Html Css Color HEX #BEC531 Fuego

📋 copy color: '#BEC531'

red 190 ◦ green 197 ◦ blue 49

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

Shades of Fuego #BEC531

Tints of Fuego #BEC531

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.18%

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

R = 43.58%
G = 45.18%
B = 11.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#BEC531 (or 0xBEC531) is known color: Fuego. HEX triplet: BE, C5 and 31. RGB value is (190,197,49). Sum of RGB (Red+Green+Blue) = 190+197+49=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 49 (19.53% from 255 or 11.24% from 436); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC531 is #413ACE. Grayscale: #B2B2B2. Windows color (decimal): -4274895 or 3261886. OLE color: 3261886.

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

Color convert

RGB 190 197 49 -
CMYK 0.04 0 0.75 0.23
HSL 62.84º 0.6% 0.48% -
HSV(B) 62.84º 0.75% 0.77% -
XYZ 41.76 51.1 10.57 -
YUV 178.04 55.18 136.53 -
System Red Green Blue C M Y K H S L
Decimal 190 197 49 0.04 0 0.75 0.23 62.84 0.6 0.48
Hex BE C5 31 4 0 4B 17 3F 3C 30
Octal 276 305 61 4 0 113 27 77 74 60
Binary 10111110 11000101 110001 100 0 1001011 10111 111111 111100 110000

Color Harmonies of #BEC531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC531

Black with #BEC531

Text Example


Text Example

White with #BEC531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC531; }

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

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

background-color css

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

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

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

border-color css

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

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

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