#BEC432

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

Shades of Fuego #BEC432

Tints of Fuego #BEC432

Color information

#BEC432 (or 0xBEC432) is unknown color: approx Fuego. HEX triplet: BE, C4 and 32. RGB value is (190,196,50). Sum of RGB (Red+Green+Blue) = 190+196+50=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 196 (76.95% from 255 or 44.95% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC432 is #413BCD. Grayscale: #B2B2B2. Windows color (decimal): -4275150 or 3327166. OLE color: 3327166.

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

Color convert

RGB19019650-
CMYK0.0300.740.23
HSL62.47º59.35%48.24%-
HSV(B)62.47º74.49%76.86%-
XYZ41.5550.6610.61-
YUV177.5656.01136.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.58%
GREEN value IS 196 (76.95% from 255) = 44.95%
BLUE value IS 50 (19.92% from 255) = 11.47%
R=43.58%
G=44.95%
B=11.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal190196500.0300.740.2362.4759.3548.24
HexBEC432304A173e3b30
Octal276304623011227767360
Binary1011111011000100110010110100101010111111110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC432; }

 p { color: rgb(190,196,50); }

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

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

 a { background-color: rgb(190,196,50); }

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

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

 span { border-color: rgb(190,196,50); }

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