Html Css Color HEX #B5B786 Pine Glade

📋 copy color: '#B5B786'

red 181 ◦ green 183 ◦ blue 134

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

Shades of Pine Glade #B5B786

Tints of Pine Glade #B5B786

RGB

 RED value IS 181 (71.09% from 255) = 36.35%

 GREEN value IS 183 (71.88% from 255) = 36.75%

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

R = 36.35%
G = 36.75%
B = 26.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B5B786 (or 0xB5B786) is known color: Pine Glade. HEX triplet: B5, B7 and 86. RGB value is (181,183,134). Sum of RGB (Red+Green+Blue) = 181+183+134=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 134 (52.73% from 255 or 26.91% from 498); Max value from RGB is 183 - color contains mainly: green. Hex color #B5B786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B786 is #4A4879. Grayscale: #B1B1B1. Windows color (decimal): -4868218 or 8828853. OLE color: 8828853.

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

Color convert

RGB 181 183 134 -
CMYK 0.01 0 0.27 0.28
HSL 62.45º 0.25% 0.62% -
HSV(B) 62.45º 0.27% 0.72% -
XYZ 40.29 45.41 29.2 -
YUV 176.82 103.84 130.98 -
System Red Green Blue C M Y K H S L
Decimal 181 183 134 0.01 0 0.27 0.28 62.45 0.25 0.62
Hex B5 B7 86 1 0 1B 1C 3E 19 3E
Octal 265 267 206 1 0 33 34 76 31 76
Binary 10110101 10110111 10000110 1 0 11011 11100 111110 11001 111110

Color Harmonies of #B5B786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B786

Black with #B5B786

Text Example


Text Example

White with #B5B786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B786; }

 p { color: rgb(181,183,134); }

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

background-color css

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

 a { background-color: rgb(181,183,134); }

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

border-color css

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

 span { border-color: rgb(181,183,134); }

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