Html Css Color HEX #B6B989 Pine Glade

📋 copy color: '#B6B989'

red 182 ◦ green 185 ◦ blue 137

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

Shades of Pine Glade #B6B989

Tints of Pine Glade #B6B989

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.71%

 BLUE value IS 137 (53.91% from 255) = 27.18%

R = 36.11%
G = 36.71%
B = 27.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B6B989 (or 0xB6B989) is known color: Pine Glade. HEX triplet: B6, B9 and 89. RGB value is (182,185,137). Sum of RGB (Red+Green+Blue) = 182+185+137=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B989 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B989 is #494676. Grayscale: #B2B2B2. Windows color (decimal): -4802167 or 9025974. OLE color: 9025974.

HSL color Cylindrical-coordinate representation of color #B6B989: hue angle of 63.75º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6B989 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 185 137 -
CMYK 0.02 0 0.26 0.27
HSL 63.75º 0.26% 0.63% -
HSV(B) 63.75º 0.26% 0.73% -
XYZ 41.16 46.45 30.46 -
YUV 178.63 104.51 130.4 -
System Red Green Blue C M Y K H S L
Decimal 182 185 137 0.02 0 0.26 0.27 63.75 0.26 0.63
Hex B6 B9 89 2 0 1A 1B 40 1A 3F
Octal 266 271 211 2 0 32 33 100 32 77
Binary 10110110 10111001 10001001 10 0 11010 11011 1000000 11010 111111

Color Harmonies of #B6B989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B989

Black with #B6B989

Text Example


Text Example

White with #B6B989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B989; }

 p { color: rgb(182,185,137); }

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

background-color css

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

 a { background-color: rgb(182,185,137); }

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

border-color css

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

 span { border-color: rgb(182,185,137); }

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