Html Css Color HEX #BED729 Fuego

📋 copy color: '#BED729'

red 190 ◦ green 215 ◦ blue 41

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

Shades of Fuego #BED729

Tints of Fuego #BED729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.19%

R = 42.6%
G = 48.21%
B = 9.19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#BED729 (or 0xBED729) is known color: Fuego. HEX triplet: BE, D7 and 29. RGB value is (190,215,41). Sum of RGB (Red+Green+Blue) = 190+215+41=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 215 (84.38% from 255 or 48.21% from 446); Blue value is 41 (16.41% from 255 or 9.19% from 446); Max value from RGB is 215 - color contains mainly: green. Hex color #BED729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED729 is #4128D6. Grayscale: #BCBCBC. Windows color (decimal): -4270295 or 2742206. OLE color: 2742206.

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

Color convert

RGB 190 215 41 -
CMYK 0.12 0 0.81 0.16
HSL 68.62º 0.69% 0.5% -
HSV(B) 68.62º 0.81% 0.84% -
XYZ 45.94 59.71 11.2 -
YUV 187.69 45.22 129.65 -
System Red Green Blue C M Y K H S L
Decimal 190 215 41 0.12 0 0.81 0.16 68.62 0.69 0.5
Hex BE D7 29 C 0 51 10 45 45 32
Octal 276 327 51 14 0 121 20 105 105 62
Binary 10111110 11010111 101001 1100 0 1010001 10000 1000101 1000101 110010

Color Harmonies of #BED729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED729

Black with #BED729

Text Example


Text Example

White with #BED729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED729; }

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

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

background-color css

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

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

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

border-color css

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

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

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