#BFC032

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

Shades of Fuego #BFC032

Tints of Fuego #BFC032

Color information

#BFC032 (or 0xBFC032) is unknown color: approx Fuego. HEX triplet: BF, C0 and 32. RGB value is (191,192,50). Sum of RGB (Red+Green+Blue) = 191+192+50=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC032 is #403FCD. Grayscale: #B0B0B0. Windows color (decimal): -4210638 or 3326143. OLE color: 3326143.

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

Color convert

RGB19119250-
CMYK0.0100.740.25
HSL60.42º58.68%47.45%-
HSV(B)60.42º73.96%75.29%-
XYZ40.9149.0110.32-
YUV175.5157.17139.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.11%
GREEN value IS 192 (75.39% from 255) = 44.34%
BLUE value IS 50 (19.92% from 255) = 11.55%
R=44.11%
G=44.34%
B=11.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191192500.0100.740.2560.4258.6847.45
HexBFC032104A193c3b2f
Octal277300621011231747357
Binary101111111100000011001010100101011001111100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC032; }

 p { color: rgb(191,192,50); }

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

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

 a { background-color: rgb(191,192,50); }

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

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

 span { border-color: rgb(191,192,50); }

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