Color Hex Logo

#bfa558 Color Hex

#BFA558
(191,165,88)
0 Favorites   0 Comments

Color spaces of #bfa558

RGB 19116588
HSL0.120.450.55
HSV45°54°75°
CMYK 0.000.140.54   0.25
XYZ36.702438.691214.7662
Yxy38.69120.40710.4291
Hunter Lab62.2023-3.530129.4667
CIE-Lab68.5270-0.239342.9820

#bfa558 color RGB value is (191,165,88).

#bfa558 hex color red value is 191, green value is 165 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #bfa558 hue: 0.12 , saturation: 0.45 and the lightness value of bfa558 is 0.55.

The process color (four color CMYK) of #bfa558 color hex is 0.00, 0.14, 0.54, 0.25. Web safe color of #bfa558 is #cc9966. Color #bfa558 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100101 01011000
Octal 277 245 130
Decimal 191 165 88
Hex BF A5 58

RGB Percentages of Color #bfa558

%43.02
%37.16
%19.82

CMYK Percentages of Color #bfa558

%0
%14
%54
%25

Triadic Colors of #bfa558

#bfa558 #58bfa5 #a558bf

Analogous Colors of #bfa558

#bfa558 #a6bf58 #bf7258

Monochromatic Colors of #bfa558

#bfa558

Complementary Color

#bfa558 #5872bf

#bfa558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa558 Color CSS Codes

.mybgcolor {background-color:#bfa558; } 
.myforecolor {color:#bfa558; }
.mybordercolor {border:3px solid #bfa558; }

#bfa558 Text Font Color

<p style="color:#bfa558">Text here</p>

This sample text font color is #bfa558
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bfa558 Background Color

<div style="background-color:#bfa558">
Div content here</div>

This div background color is #bfa558


#bfa558 Border Color

<div style="border:3px solid #bfa558">
Div here</div>

This div border color is #bfa558


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,165,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfa558; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfa558;
  -webkit-box-shadow: 1px 1px 3px 2px #bfa558;
  box-shadow:         1px 1px 3px 2px #bfa558; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,165,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bfa558">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bfa558;
  -webkit-box-shadow: 1px 1px 3px 2px #bfa558;
  box-shadow:         1px 1px 3px 2px #bfa558;">
Div content here</div>

This div box has shadow with color #bfa558


Comments

No comments written yet.

Please login to write comment.