#BFCA3A

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

Shades of Fuego #BFCA3A

Tints of Fuego #BFCA3A

Color information

#BFCA3A (or 0xBFCA3A) is unknown color: approx Fuego. HEX triplet: BF, CA and 3A. RGB value is (191,202,58). Sum of RGB (Red+Green+Blue) = 191+202+58=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 58 (23.05% from 255 or 12.86% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCA3A is #4035C5. Grayscale: #B6B6B6. Windows color (decimal): -4208070 or 3852991. OLE color: 3852991.

HSL color Cylindrical-coordinate representation of color #BFCA3A: hue angle of 64.58º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFCA3A is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB19120258-
CMYK0.0500.710.21
HSL64.58º57.6%50.98%-
HSV(B)64.58º71.29%79.22%-
XYZ43.3753.6212.07-
YUV182.357.86134.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.35%
GREEN value IS 202 (79.30% from 255) = 44.79%
BLUE value IS 58 (23.05% from 255) = 12.86%
R=42.35%
G=44.79%
B=12.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal191202580.0500.710.2164.5857.650.98
HexBFCA3A504715413a33
Octal2773127250107251017263
Binary101111111100101011101010101000111101011000001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCA3A; }

 p { color: rgb(191,202,58); }

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

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

 a { background-color: rgb(191,202,58); }

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

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

 span { border-color: rgb(191,202,58); }

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