Html Css Color HEX #B6B785 Pine Glade

📋 copy color: '#B6B785'

red 182 ◦ green 183 ◦ blue 133

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

Shades of Pine Glade #B6B785

Tints of Pine Glade #B6B785

RGB

 RED value IS 182 (71.48% from 255) = 36.55%

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

 BLUE value IS 133 (52.34% from 255) = 26.71%

R = 36.55%
G = 36.75%
B = 26.71%

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

#B6B785 (or 0xB6B785) is known color: Pine Glade. HEX triplet: B6, B7 and 85. RGB value is (182,183,133). Sum of RGB (Red+Green+Blue) = 182+183+133=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B785 is #49487A. Grayscale: #B1B1B1. Windows color (decimal): -4802683 or 8763318. OLE color: 8763318.

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

Color convert

RGB 182 183 133 -
CMYK 0.01 0 0.27 0.28
HSL 61.2º 0.26% 0.62% -
HSV(B) 61.2º 0.27% 0.72% -
XYZ 40.46 45.51 28.84 -
YUV 177 103.17 131.57 -
System Red Green Blue C M Y K H S L
Decimal 182 183 133 0.01 0 0.27 0.28 61.2 0.26 0.62
Hex B6 B7 85 1 0 1B 1C 3D 1A 3E
Octal 266 267 205 1 0 33 34 75 32 76
Binary 10110110 10110111 10000101 1 0 11011 11100 111101 11010 111110

Color Harmonies of #B6B785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B785

Black with #B6B785

Text Example


Text Example

White with #B6B785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B785; }

 p { color: rgb(182,183,133); }

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

background-color css

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

 a { background-color: rgb(182,183,133); }

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

border-color css

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

 span { border-color: rgb(182,183,133); }

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