#BFC231

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

Shades of Fuego #BFC231

Tints of Fuego #BFC231

Color information

#BFC231 (or 0xBFC231) is unknown color: approx Fuego. HEX triplet: BF, C2 and 31. RGB value is (191,194,49). Sum of RGB (Red+Green+Blue) = 191+194+49=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 49 (19.53% from 255 or 11.29% from 434); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC231 is #403DCE. Grayscale: #B1B1B1. Windows color (decimal): -4210127 or 3261119. OLE color: 3261119.

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

Color convert

RGB19119449-
CMYK0.0200.750.24
HSL61.24º59.67%47.65%-
HSV(B)61.24º74.74%76.08%-
XYZ41.3349.8810.36-
YUV176.5756.01138.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.01%
GREEN value IS 194 (76.17% from 255) = 44.70%
BLUE value IS 49 (19.53% from 255) = 11.29%
R=44.01%
G=44.70%
B=11.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191194490.0200.750.2461.2459.6747.65
HexBFC231204B183d3c30
Octal277302612011330757460
Binary1011111111000010110001100100101111000111101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC231; }

 p { color: rgb(191,194,49); }

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

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

 a { background-color: rgb(191,194,49); }

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

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

 span { border-color: rgb(191,194,49); }

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