#BECE3A

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

Shades of Fuego #BECE3A

Tints of Fuego #BECE3A

Color information

#BECE3A (or 0xBECE3A) is unknown color: approx Fuego. HEX triplet: BE, CE and 3A. RGB value is (190,206,58). Sum of RGB (Red+Green+Blue) = 190+206+58=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 58 (23.05% from 255 or 12.78% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECE3A is #4131C5. Grayscale: #B8B8B8. Windows color (decimal): -4272582 or 3854014. OLE color: 3854014.

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

Color convert

RGB19020658-
CMYK0.0800.720.19
HSL66.49º60.16%51.76%-
HSV(B)66.49º71.84%80.78%-
XYZ44.0755.412.37-
YUV184.3456.7132.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 206 (80.86% from 255) = 45.37%
BLUE value IS 58 (23.05% from 255) = 12.78%
R=41.85%
G=45.37%
B=12.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal190206580.0800.720.1966.4960.1651.76
HexBECE3A804813423c34
Octal27631672100110231027464
Binary1011111011001110111010100001001000100111000010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECE3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECE3A; }

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

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

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

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

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

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

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

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