Html Css Color HEX #BEBD80 Pine Glade

📋 copy color: '#BEBD80'

red 190 ◦ green 189 ◦ blue 128

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

Shades of Pine Glade #BEBD80

Tints of Pine Glade #BEBD80

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.28%

 BLUE value IS 128 (50.39% from 255) = 25.25%

R = 37.48%
G = 37.28%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BEBD80 (or 0xBEBD80) is known color: Pine Glade. HEX triplet: BE, BD and 80. RGB value is (190,189,128). Sum of RGB (Red+Green+Blue) = 190+189+128=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBD80 is #41427F. Grayscale: #B6B6B6. Windows color (decimal): -4276864 or 8437182. OLE color: 8437182.

HSL color Cylindrical-coordinate representation of color #BEBD80: hue angle of 59.03º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEBD80 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 189 128 -
CMYK 0 0.01 0.33 0.25
HSL 59.03º 0.32% 0.62% -
HSV(B) 59.03º 0.33% 0.75% -
XYZ 43.33 48.9 27.58 -
YUV 182.35 97.33 133.46 -
System Red Green Blue C M Y K H S L
Decimal 190 189 128 0 0.01 0.33 0.25 59.03 0.32 0.62
Hex BE BD 80 0 1 21 19 3B 20 3E
Octal 276 275 200 0 1 41 31 73 40 76
Binary 10111110 10111101 10000000 0 1 100001 11001 111011 100000 111110

Color Harmonies of #BEBD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBD80

Black with #BEBD80

Text Example


Text Example

White with #BEBD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBD80; }

 p { color: rgb(190,189,128); }

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

background-color css

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

 a { background-color: rgb(190,189,128); }

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

border-color css

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

 span { border-color: rgb(190,189,128); }

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