Html Css Color HEX #BEC332 Fuego

📋 copy color: '#BEC332'

red 190 ◦ green 195 ◦ blue 50

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

Shades of Fuego #BEC332

Tints of Fuego #BEC332

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.83%

 BLUE value IS 50 (19.92% from 255) = 11.49%

R = 43.68%
G = 44.83%
B = 11.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#BEC332 (or 0xBEC332) is known color: Fuego. HEX triplet: BE, C3 and 32. RGB value is (190,195,50). Sum of RGB (Red+Green+Blue) = 190+195+50=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC332 is #413CCD. Grayscale: #B1B1B1. Windows color (decimal): -4275406 or 3326910. OLE color: 3326910.

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

Color convert

RGB 190 195 50 -
CMYK 0.03 0 0.74 0.24
HSL 62.07º 0.59% 0.48% -
HSV(B) 62.07º 0.74% 0.76% -
XYZ 41.33 50.21 10.53 -
YUV 176.98 56.34 137.29 -
System Red Green Blue C M Y K H S L
Decimal 190 195 50 0.03 0 0.74 0.24 62.07 0.59 0.48
Hex BE C3 32 3 0 4A 18 3E 3B 30
Octal 276 303 62 3 0 112 30 76 73 60
Binary 10111110 11000011 110010 11 0 1001010 11000 111110 111011 110000

Color Harmonies of #BEC332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC332

Black with #BEC332

Text Example


Text Example

White with #BEC332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC332; }

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

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

background-color css

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

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

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

border-color css

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

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

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