#BFC133

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

Shades of Fuego #BFC133

Tints of Fuego #BFC133

Color information

#BFC133 (or 0xBFC133) is unknown color: approx Fuego. HEX triplet: BF, C1 and 33. RGB value is (191,193,51). Sum of RGB (Red+Green+Blue) = 191+193+51=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 51 (20.31% from 255 or 11.72% from 435); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC133 is #403ECC. Grayscale: #B0B0B0. Windows color (decimal): -4210381 or 3391935. OLE color: 3391935.

HSL color Cylindrical-coordinate representation of color #BFC133: hue angle of 60.85º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFC133 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB19119351-
CMYK0.0100.740.24
HSL60.85º58.2%47.84%-
HSV(B)60.85º73.58%75.69%-
XYZ41.1549.4610.51-
YUV176.2157.34138.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.91%
GREEN value IS 193 (75.78% from 255) = 44.37%
BLUE value IS 51 (20.31% from 255) = 11.72%
R=43.91%
G=44.37%
B=11.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191193510.0100.740.2460.8558.247.84
HexBFC133104A183d3a30
Octal277301631011230757260
Binary101111111100000111001110100101011000111101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC133; }

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

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

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

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

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

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

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

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