Color Hex Logo

#bfa453 Color Hex

#BFA453
(191,164,83)
0 Favorites   0 Comments

Color spaces of #bfa453

RGB 19116483
HSL0.130.460.54
HSV45°57°75°
CMYK 0.000.140.57   0.25
XYZ36.322738.251813.6525
Yxy38.25180.41170.4336
Hunter Lab61.8480-3.402930.2058
CIE-Lab68.2058-0.114845.0793

#bfa453 color RGB value is (191,164,83).

#bfa453 hex color red value is 191, green value is 164 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #bfa453 hue: 0.13 , saturation: 0.46 and the lightness value of bfa453 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100100 01010011
Octal 277 244 123
Decimal 191 164 83
Hex BF A4 53

RGB Percentages of Color #bfa453

%43.61
%37.44
%18.95

CMYK Percentages of Color #bfa453

%0
%14
%57
%25

Triadic Colors of #bfa453

#bfa453 #53bfa4 #a453bf

Analogous Colors of #bfa453

#bfa453 #a4bf53 #bf6e53

Monochromatic Colors of #bfa453

#bfa453

Complementary Color

#bfa453 #536ebf

#bfa453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa453 Color CSS Codes

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

#bfa453 Text Font Color

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

This sample text font color is #bfa453
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.


#bfa453 Background Color

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

This div background color is #bfa453


#bfa453 Border Color

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

This div border color is #bfa453


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa453


Comments

No comments written yet.

Please login to write comment.