#BFCF30

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

Shades of Fuego #BFCF30

Tints of Fuego #BFCF30

Color information

#BFCF30 (or 0xBFCF30) is unknown color: approx Fuego. HEX triplet: BF, CF and 30. RGB value is (191,207,48). Sum of RGB (Red+Green+Blue) = 191+207+48=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 48 (19.14% from 255 or 10.76% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCF30 is #4030CF. Grayscale: #B8B8B8. Windows color (decimal): -4206800 or 3198911. OLE color: 3198911.

HSL color Cylindrical-coordinate representation of color #BFCF30: hue angle of 66.04º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BFCF30 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB19120748-
CMYK0.0800.770.19
HSL66.04º62.35%50%-
HSV(B)66.04º76.81%81.18%-
XYZ44.3355.9211.25-
YUV184.0951.2132.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.83%
GREEN value IS 207 (81.25% from 255) = 46.41%
BLUE value IS 48 (19.14% from 255) = 10.76%
R=42.83%
G=46.41%
B=10.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal191207480.0800.770.1966.0462.3550
HexBFCF30804D13423e32
Octal27731760100115231027662
Binary1011111111001111110000100001001101100111000010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCF30; }

 p { color: rgb(191,207,48); }

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

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

 a { background-color: rgb(191,207,48); }

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

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

 span { border-color: rgb(191,207,48); }

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