#B9BF33

Color #B9BF33 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #B9BF33

Tints of Fuego #B9BF33

Color information

#B9BF33 (or 0xB9BF33) is unknown color: approx Fuego. HEX triplet: B9, BF and 33. RGB value is (185,191,51). Sum of RGB (Red+Green+Blue) = 185+191+51=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 51 (20.31% from 255 or 11.94% from 427); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BF33 is #4640CC. Grayscale: #ADADAD. Windows color (decimal): -4604109 or 3391417. OLE color: 3391417.

HSL color Cylindrical-coordinate representation of color #B9BF33: hue angle of 62.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B9BF33 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB18519151-
CMYK0.0300.730.25
HSL62.57º57.85%47.45%-
HSV(B)62.57º73.3%74.9%-
XYZ39.2447.8110.29-
YUV173.2559.01136.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 43.33%
GREEN value IS 191 (75% from 255) = 44.73%
BLUE value IS 51 (20.31% from 255) = 11.94%
R=43.33%
G=44.73%
B=11.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185191510.0300.730.2562.5757.8547.45
HexB9BF333049193f3a2f
Octal271277633011131777257
Binary1011100110111111110011110100100111001111111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BF33; }

 p { color: rgb(185,191,51); }

 H1.HeaderClassName
 {
   color: #B9BF33;
 }
 .AnyTagClassName
 {
   color: #B9BF33;
 }
</style>
background-color css

<style>
 a { background-color: #B9BF33; }

 a { background-color: rgb(185,191,51); }

 div.DivClassName
 {
   background-color: #B9BF33;
 }
 .BgClassName
 {
   background-color: #B9BF33;
 }
</style>
border-color css

<style>
 span { border-color: #B9BF33; }

 span { border-color: rgb(185,191,51); }

 td.TdClassName
 {
   border-color: #B9BF33;
 }
 .TagClassName
 {
   border-color: #B9BF33;
 }
</style>