#BFCD37

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

Shades of Fuego #BFCD37

Tints of Fuego #BFCD37

Color information

#BFCD37 (or 0xBFCD37) is unknown color: approx Fuego. HEX triplet: BF, CD and 37. RGB value is (191,205,55). Sum of RGB (Red+Green+Blue) = 191+205+55=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 55 (21.88% from 255 or 12.20% from 451); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCD37 is #4032C8. Grayscale: #B8B8B8. Windows color (decimal): -4207305 or 3657151. OLE color: 3657151.

HSL color Cylindrical-coordinate representation of color #BFCD37: hue angle of 65.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFCD37 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB19120555-
CMYK0.0700.730.20
HSL65.6º60%50.98%-
HSV(B)65.6º73.17%80.39%-
XYZ44.0155.0111.91-
YUV183.7155.36133.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.35%
GREEN value IS 205 (80.47% from 255) = 45.45%
BLUE value IS 55 (21.88% from 255) = 12.20%
R=42.35%
G=45.45%
B=12.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal191205550.0700.730.2065.66050.98
HexBFCD37704914423c33
Octal2773156770111241027463
Binary101111111100110111011111101001001101001000010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCD37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCD37; }

 p { color: rgb(191,205,55); }

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

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

 a { background-color: rgb(191,205,55); }

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

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

 span { border-color: rgb(191,205,55); }

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