Html Css Color HEX #BED735 Fuego

📋 copy color: '#BED735'

red 190 ◦ green 215 ◦ blue 53

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

Shades of Fuego #BED735

Tints of Fuego #BED735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.57%

R = 41.48%
G = 46.94%
B = 11.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#BED735 (or 0xBED735) is known color: Fuego. HEX triplet: BE, D7 and 35. RGB value is (190,215,53). Sum of RGB (Red+Green+Blue) = 190+215+53=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 215 (84.38% from 255 or 46.94% from 458); Blue value is 53 (21.09% from 255 or 11.57% from 458); Max value from RGB is 215 - color contains mainly: green. Hex color #BED735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED735 is #4128CA. Grayscale: #BDBDBD. Windows color (decimal): -4270283 or 3528638. OLE color: 3528638.

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

Color convert

RGB 190 215 53 -
CMYK 0.12 0 0.75 0.16
HSL 69.26º 0.67% 0.53% -
HSV(B) 69.26º 0.75% 0.84% -
XYZ 46.18 59.81 12.48 -
YUV 189.06 51.22 128.67 -
System Red Green Blue C M Y K H S L
Decimal 190 215 53 0.12 0 0.75 0.16 69.26 0.67 0.53
Hex BE D7 35 C 0 4B 10 45 43 35
Octal 276 327 65 14 0 113 20 105 103 65
Binary 10111110 11010111 110101 1100 0 1001011 10000 1000101 1000011 110101

Color Harmonies of #BED735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED735

Black with #BED735

Text Example


Text Example

White with #BED735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED735; }

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

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

background-color css

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

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

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

border-color css

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

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

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