#BFC838

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

Shades of Fuego #BFC838

Tints of Fuego #BFC838

Color information

#BFC838 (or 0xBFC838) is unknown color: approx Fuego. HEX triplet: BF, C8 and 38. RGB value is (191,200,56). Sum of RGB (Red+Green+Blue) = 191+200+56=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 56 (22.27% from 255 or 12.53% from 447); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC838 is #4037C7. Grayscale: #B5B5B5. Windows color (decimal): -4208584 or 3721407. OLE color: 3721407.

HSL color Cylindrical-coordinate representation of color #BFC838: hue angle of 63.75º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFC838 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB19120056-
CMYK0.0400.720.22
HSL63.75º56.69%50.2%-
HSV(B)63.75º72%78.43%-
XYZ42.8552.6711.65-
YUV180.8957.52135.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.73%
GREEN value IS 200 (78.52% from 255) = 44.74%
BLUE value IS 56 (22.27% from 255) = 12.53%
R=42.73%
G=44.74%
B=12.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191200560.0400.720.2263.7556.6950.2
HexBFC838404816403932
Octal2773107040110261007162
Binary101111111100100011100010001001000101101000000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC838; }

 p { color: rgb(191,200,56); }

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

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

 a { background-color: rgb(191,200,56); }

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

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

 span { border-color: rgb(191,200,56); }

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