#BECE29

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

Shades of Fuego #BECE29

Tints of Fuego #BECE29

Color information

#BECE29 (or 0xBECE29) is unknown color: approx Fuego. HEX triplet: BE, CE and 29. RGB value is (190,206,41). Sum of RGB (Red+Green+Blue) = 190+206+41=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 41 (16.41% from 255 or 9.38% from 437); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECE29 is #4131D6. Grayscale: #B7B7B7. Windows color (decimal): -4272599 or 2739902. OLE color: 2739902.

HSL color Cylindrical-coordinate representation of color #BECE29: hue angle of 65.82º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BECE29 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB19020641-
CMYK0.0800.800.19
HSL65.82º66.8%48.43%-
HSV(B)65.82º80.1%80.78%-
XYZ43.7155.2510.46-
YUV182.4148.2133.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.48%
GREEN value IS 206 (80.86% from 255) = 47.14%
BLUE value IS 41 (16.41% from 255) = 9.38%
R=43.48%
G=47.14%
B=9.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal190206410.0800.800.1965.8266.848.43
HexBECE29805013424330
Octal276316511001202310210360
Binary10111110110011101010011000010100001001110000101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECE29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECE29; }

 p { color: rgb(190,206,41); }

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

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

 a { background-color: rgb(190,206,41); }

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

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

 span { border-color: rgb(190,206,41); }

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