Html Css Color HEX #BED731 Fuego

📋 copy color: '#BED731'

red 190 ◦ green 215 ◦ blue 49

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

Shades of Fuego #BED731

Tints of Fuego #BED731

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.36%

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

R = 41.85%
G = 47.36%
B = 10.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#BED731 (or 0xBED731) is known color: Fuego. HEX triplet: BE, D7 and 31. RGB value is (190,215,49). Sum of RGB (Red+Green+Blue) = 190+215+49=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 215 (84.38% from 255 or 47.36% from 454); Blue value is 49 (19.53% from 255 or 10.79% from 454); Max value from RGB is 215 - color contains mainly: green. Hex color #BED731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED731 is #4128CE. Grayscale: #BDBDBD. Windows color (decimal): -4270287 or 3266494. OLE color: 3266494.

HSL color Cylindrical-coordinate representation of color #BED731: hue angle of 69.04º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BED731 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 215 49 -
CMYK 0.12 0 0.77 0.16
HSL 69.04º 0.67% 0.52% -
HSV(B) 69.04º 0.77% 0.84% -
XYZ 46.09 59.77 12.01 -
YUV 188.6 49.22 129 -
System Red Green Blue C M Y K H S L
Decimal 190 215 49 0.12 0 0.77 0.16 69.04 0.67 0.52
Hex BE D7 31 C 0 4D 10 45 43 34
Octal 276 327 61 14 0 115 20 105 103 64
Binary 10111110 11010111 110001 1100 0 1001101 10000 1000101 1000011 110100

Color Harmonies of #BED731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED731

Black with #BED731

Text Example


Text Example

White with #BED731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED731; }

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

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

background-color css

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

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

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

border-color css

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

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

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