Html Css Color HEX #BECE37 Fuego

📋 copy color: '#BECE37'

red 190 ◦ green 206 ◦ blue 55

#BECE37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuego #BECE37

Tints of Fuego #BECE37

RGB

 RED value IS 190 (74.61% from 255) = 42.13%

 GREEN value IS 206 (80.86% from 255) = 45.68%

 BLUE value IS 55 (21.88% from 255) = 12.2%

R = 42.13%
G = 45.68%
B = 12.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#BECE37 (or 0xBECE37) is known color: Fuego. HEX triplet: BE, CE and 37. RGB value is (190,206,55). Sum of RGB (Red+Green+Blue) = 190+206+55=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 55 (21.88% from 255 or 12.20% from 451); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECE37 is #4131C8. Grayscale: #B8B8B8. Windows color (decimal): -4272585 or 3657406. OLE color: 3657406.

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

Color convert

RGB 190 206 55 -
CMYK 0.08 0 0.73 0.19
HSL 66.36º 0.61% 0.51% -
HSV(B) 66.36º 0.73% 0.81% -
XYZ 44 55.37 11.98 -
YUV 184 55.2 132.28 -
System Red Green Blue C M Y K H S L
Decimal 190 206 55 0.08 0 0.73 0.19 66.36 0.61 0.51
Hex BE CE 37 8 0 49 13 42 3D 33
Octal 276 316 67 10 0 111 23 102 75 63
Binary 10111110 11001110 110111 1000 0 1001001 10011 1000010 111101 110011

Color Harmonies of #BECE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE37

Black with #BECE37

Text Example


Text Example

White with #BECE37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE37; }

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

 H1.HeaderClassName
 {
   color: #BECE37;
 }
 .AnyTagClassName
 {
   color: #BECE37;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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