Html Css Color HEX #BEC031 Fuego

📋 copy color: '#BEC031'

red 190 ◦ green 192 ◦ blue 49

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

Shades of Fuego #BEC031

Tints of Fuego #BEC031

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.55%

 BLUE value IS 49 (19.53% from 255) = 11.37%

R = 44.08%
G = 44.55%
B = 11.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BEC031 (or 0xBEC031) is known color: Fuego. HEX triplet: BE, C0 and 31. RGB value is (190,192,49). Sum of RGB (Red+Green+Blue) = 190+192+49=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 49 (19.53% from 255 or 11.37% from 431); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC031 is #413FCE. Grayscale: #AFAFAF. Windows color (decimal): -4276175 or 3260606. OLE color: 3260606.

HSL color Cylindrical-coordinate representation of color #BEC031: hue angle of 60.84º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BEC031 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 192 49 -
CMYK 0.01 0 0.74 0.25
HSL 60.84º 0.59% 0.47% -
HSV(B) 60.84º 0.74% 0.75% -
XYZ 40.64 48.87 10.2 -
YUV 175.1 56.84 138.63 -
System Red Green Blue C M Y K H S L
Decimal 190 192 49 0.01 0 0.74 0.25 60.84 0.59 0.47
Hex BE C0 31 1 0 4A 19 3D 3B 2F
Octal 276 300 61 1 0 112 31 75 73 57
Binary 10111110 11000000 110001 1 0 1001010 11001 111101 111011 101111

Color Harmonies of #BEC031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC031

Black with #BEC031

Text Example


Text Example

White with #BEC031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC031; }

 p { color: rgb(190,192,49); }

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

background-color css

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

 a { background-color: rgb(190,192,49); }

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

border-color css

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

 span { border-color: rgb(190,192,49); }

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