Color Hex Logo

#bfa633 Color Hex

#BFA633
(191,166,51)
0 Favorites   0 Comments

Color spaces of #bfa633

RGB 19116651
HSL0.140.580.47
HSV49°73°75°
CMYK 0.000.130.73   0.25
XYZ35.719638.58788.6975
Yxy38.58780.43030.4649
Hunter Lab62.1191-6.067635.1820
CIE-Lab68.4516-3.193859.4722

#bfa633 color RGB value is (191,166,51).

#bfa633 hex color red value is 191, green value is 166 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #bfa633 hue: 0.14 , saturation: 0.58 and the lightness value of bfa633 is 0.47.

The process color (four color CMYK) of #bfa633 color hex is 0.00, 0.13, 0.73, 0.25. Web safe color of #bfa633 is #cc9933. Color #bfa633 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100110 00110011
Octal 277 246 63
Decimal 191 166 51
Hex BF A6 33

RGB Percentages of Color #bfa633

%46.81
%40.69
%12.50

CMYK Percentages of Color #bfa633

%0
%13
%73
%25

Triadic Colors of #bfa633

#bfa633 #33bfa6 #a633bf

Analogous Colors of #bfa633

#bfa633 #92bf33 #bf6033

Monochromatic Colors of #bfa633

#bfa633

Complementary Color

#bfa633 #334cbf

#bfa633 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa633 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa633 Color CSS Codes

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

#bfa633 Text Font Color

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

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


#bfa633 Background Color

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

This div background color is #bfa633


#bfa633 Border Color

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

This div border color is #bfa633


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa633


Comments

No comments written yet.

Please login to write comment.