Html Css Color HEX #BEBD86 Pine Glade

📋 copy color: '#BEBD86'

red 190 ◦ green 189 ◦ blue 134

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

Shades of Pine Glade #BEBD86

Tints of Pine Glade #BEBD86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 26.12%

R = 37.04%
G = 36.84%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BEBD86 (or 0xBEBD86) is known color: Pine Glade. HEX triplet: BE, BD and 86. RGB value is (190,189,134). Sum of RGB (Red+Green+Blue) = 190+189+134=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBD86 is #414279. Grayscale: #B7B7B7. Windows color (decimal): -4276858 or 8830398. OLE color: 8830398.

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

Color convert

RGB 190 189 134 -
CMYK 0 0.01 0.29 0.25
HSL 58.93º 0.3% 0.64% -
HSV(B) 58.93º 0.29% 0.75% -
XYZ 43.74 49.06 29.72 -
YUV 183.03 100.33 132.97 -
System Red Green Blue C M Y K H S L
Decimal 190 189 134 0 0.01 0.29 0.25 58.93 0.3 0.64
Hex BE BD 86 0 1 1D 19 3B 1E 40
Octal 276 275 206 0 1 35 31 73 36 100
Binary 10111110 10111101 10000110 0 1 11101 11001 111011 11110 1000000

Color Harmonies of #BEBD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBD86

Black with #BEBD86

Text Example


Text Example

White with #BEBD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBD86; }

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

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

background-color css

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

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

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

border-color css

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

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

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