#BED522

Color #BED522 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #BED522

Tints of Fuego #BED522

Color information

#BED522 (or 0xBED522) is unknown color: approx Fuego. HEX triplet: BE, D5 and 22. RGB value is (190,213,34). Sum of RGB (Red+Green+Blue) = 190+213+34=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 213 (83.59% from 255 or 48.74% from 437); Blue value is 34 (13.67% from 255 or 7.78% from 437); Max value from RGB is 213 - color contains mainly: green. Hex color #BED522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED522 is #412ADD. Grayscale: #BABABA. Windows color (decimal): -4270814 or 2282942. OLE color: 2282942.

HSL color Cylindrical-coordinate representation of color #BED522: hue angle of 67.71º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BED522 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB19021334-
CMYK0.1100.840.16
HSL67.71º72.47%48.43%-
HSV(B)67.71º84.04%83.53%-
XYZ45.3258.6510.45-
YUV185.7242.38131.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.48%
GREEN value IS 213 (83.59% from 255) = 48.74%
BLUE value IS 34 (13.67% from 255) = 7.78%
R=43.48%
G=48.74%
B=7.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal190213340.1100.840.1667.7172.4748.43
HexBED522B05410444830
Octal276325421301242010411060
Binary10111110110101011000101011010101001000010001001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED522; }

 p { color: rgb(190,213,34); }

 H1.HeaderClassName
 {
   color: #BED522;
 }
 .AnyTagClassName
 {
   color: #BED522;
 }
</style>
background-color css

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

 a { background-color: rgb(190,213,34); }

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

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

 span { border-color: rgb(190,213,34); }

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