#BFC438

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

Shades of Fuego #BFC438

Tints of Fuego #BFC438

Color information

#BFC438 (or 0xBFC438) is unknown color: approx Fuego. HEX triplet: BF, C4 and 38. RGB value is (191,196,56). Sum of RGB (Red+Green+Blue) = 191+196+56=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 196 (76.95% from 255 or 44.24% from 443); Blue value is 56 (22.27% from 255 or 12.64% from 443); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC438 is #403BC7. Grayscale: #B3B3B3. Windows color (decimal): -4209608 or 3720383. OLE color: 3720383.

HSL color Cylindrical-coordinate representation of color #BFC438: hue angle of 62.14º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFC438 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB19119656-
CMYK0.0300.710.23
HSL62.14º55.56%49.41%-
HSV(B)62.14º71.43%76.86%-
XYZ41.9450.8411.34-
YUV178.5458.84136.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.12%
GREEN value IS 196 (76.95% from 255) = 44.24%
BLUE value IS 56 (22.27% from 255) = 12.64%
R=43.12%
G=44.24%
B=12.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal191196560.0300.710.2362.1455.5649.41
HexBFC4383047173e3831
Octal277304703010727767061
Binary1011111111000100111000110100011110111111110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC438; }

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

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

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

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

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

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

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

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