Color Hex Logo

#bfa33b Color Hex

#BFA33B
(191,163,59)
0 Favorites   0 Comments

Color spaces of #bfa33b

RGB 19116359
HSL0.130.530.49
HSV47°69°75°
CMYK 0.000.150.69   0.25
XYZ35.372537.58659.5283
Yxy37.58650.42880.4557
Hunter Lab61.3078-4.300433.7008
CIE-Lab67.7147-1.190255.5421

#bfa33b color RGB value is (191,163,59).

#bfa33b hex color red value is 191, green value is 163 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bfa33b hue: 0.13 , saturation: 0.53 and the lightness value of bfa33b is 0.49.

The process color (four color CMYK) of #bfa33b color hex is 0.00, 0.15, 0.69, 0.25. Web safe color of #bfa33b is #cc9933. Color #bfa33b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100011 00111011
Octal 277 243 73
Decimal 191 163 59
Hex BF A3 3B

RGB Percentages of Color #bfa33b

%46.25
%39.47
%14.29

CMYK Percentages of Color #bfa33b

%0
%15
%69
%25

Triadic Colors of #bfa33b

#bfa33b #3bbfa3 #a33bbf

Analogous Colors of #bfa33b

#bfa33b #99bf3b #bf613b

Monochromatic Colors of #bfa33b

#bfa33b

Complementary Color

#bfa33b #3b57bf

#bfa33b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa33b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa33b Color CSS Codes

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

#bfa33b Text Font Color

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

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


#bfa33b Background Color

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

This div background color is #bfa33b


#bfa33b Border Color

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

This div border color is #bfa33b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa33b


Comments

No comments written yet.

Please login to write comment.