Html Css Color HEX #B4B786 Pine Glade

📋 copy color: '#B4B786'

red 180 ◦ green 183 ◦ blue 134

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

Shades of Pine Glade #B4B786

Tints of Pine Glade #B4B786

RGB

 RED value IS 180 (70.7% from 255) = 36.22%

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

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

R = 36.22%
G = 36.82%
B = 26.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B4B786 (or 0xB4B786) is known color: Pine Glade. HEX triplet: B4, B7 and 86. RGB value is (180,183,134). Sum of RGB (Red+Green+Blue) = 180+183+134=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 183 - color contains mainly: green. Hex color #B4B786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B786 is #4B4879. Grayscale: #B0B0B0. Windows color (decimal): -4933754 or 8828852. OLE color: 8828852.

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

Color convert

RGB 180 183 134 -
CMYK 0.02 0 0.27 0.28
HSL 63.67º 0.25% 0.62% -
HSV(B) 63.67º 0.27% 0.72% -
XYZ 40.06 45.29 29.19 -
YUV 176.52 104.01 130.48 -
System Red Green Blue C M Y K H S L
Decimal 180 183 134 0.02 0 0.27 0.28 63.67 0.25 0.62
Hex B4 B7 86 2 0 1B 1C 40 19 3E
Octal 264 267 206 2 0 33 34 100 31 76
Binary 10110100 10110111 10000110 10 0 11011 11100 1000000 11001 111110

Color Harmonies of #B4B786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B786

Black with #B4B786

Text Example


Text Example

White with #B4B786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B786; }

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

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

background-color css

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

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

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

border-color css

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

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

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