#BFC939

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

Shades of Fuego #BFC939

Tints of Fuego #BFC939

Color information

#BFC939 (or 0xBFC939) is unknown color: approx Fuego. HEX triplet: BF, C9 and 39. RGB value is (191,201,57). Sum of RGB (Red+Green+Blue) = 191+201+57=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 57 (22.66% from 255 or 12.69% from 449); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC939 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC939 is #4036C6. Grayscale: #B6B6B6. Windows color (decimal): -4208327 or 3787199. OLE color: 3787199.

HSL color Cylindrical-coordinate representation of color #BFC939: hue angle of 64.17º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFC939 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB19120157-
CMYK0.0500.720.21
HSL64.17º57.14%50.59%-
HSV(B)64.17º71.64%78.82%-
XYZ43.1153.1511.86-
YUV181.5957.69134.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.54%
GREEN value IS 201 (78.91% from 255) = 44.77%
BLUE value IS 57 (22.66% from 255) = 12.69%
R=42.54%
G=44.77%
B=12.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal191201570.0500.720.2164.1757.1450.59
HexBFC939504815403933
Octal2773117150110251007163
Binary101111111100100111100110101001000101011000000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC939; }

 p { color: rgb(191,201,57); }

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

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

 a { background-color: rgb(191,201,57); }

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

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

 span { border-color: rgb(191,201,57); }

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