Html Css Color HEX #BEBA80 Pine Glade

📋 copy color: '#BEBA80'

red 190 ◦ green 186 ◦ blue 128

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

Shades of Pine Glade #BEBA80

Tints of Pine Glade #BEBA80

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.9%

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

R = 37.7%
G = 36.9%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BEBA80 (or 0xBEBA80) is known color: Pine Glade. HEX triplet: BE, BA and 80. RGB value is (190,186,128). Sum of RGB (Red+Green+Blue) = 190+186+128=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBA80 is #41457F. Grayscale: #B4B4B4. Windows color (decimal): -4277632 or 8436414. OLE color: 8436414.

HSL color Cylindrical-coordinate representation of color #BEBA80: hue angle of 56.13º 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 #BEBA80 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 186 128 -
CMYK 0 0.02 0.33 0.25
HSL 56.13º 0.32% 0.62% -
HSV(B) 56.13º 0.33% 0.75% -
XYZ 42.69 47.62 27.36 -
YUV 180.58 98.33 134.72 -
System Red Green Blue C M Y K H S L
Decimal 190 186 128 0 0.02 0.33 0.25 56.13 0.32 0.62
Hex BE BA 80 0 2 21 19 38 20 3E
Octal 276 272 200 0 2 41 31 70 40 76
Binary 10111110 10111010 10000000 0 10 100001 11001 111000 100000 111110

Color Harmonies of #BEBA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA80

Black with #BEBA80

Text Example


Text Example

White with #BEBA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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