Html Css Color HEX #BDBB86 Pine Glade

📋 copy color: '#BDBB86'

red 189 ◦ green 187 ◦ blue 134

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

Shades of Pine Glade #BDBB86

Tints of Pine Glade #BDBB86

RGB

 RED value IS 189 (74.22% from 255) = 37.06%

 GREEN value IS 187 (73.44% from 255) = 36.67%

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

R = 37.06%
G = 36.67%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BDBB86 (or 0xBDBB86) is known color: Pine Glade. HEX triplet: BD, BB and 86. RGB value is (189,187,134). Sum of RGB (Red+Green+Blue) = 189+187+134=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBB86 is #424479. Grayscale: #B5B5B5. Windows color (decimal): -4342906 or 8829885. OLE color: 8829885.

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

Color convert

RGB 189 187 134 -
CMYK 0 0.01 0.29 0.26
HSL 57.82º 0.29% 0.63% -
HSV(B) 57.82º 0.29% 0.74% -
XYZ 43.06 48.08 29.57 -
YUV 181.56 101.16 133.31 -
System Red Green Blue C M Y K H S L
Decimal 189 187 134 0 0.01 0.29 0.26 57.82 0.29 0.63
Hex BD BB 86 0 1 1D 1A 3A 1D 3F
Octal 275 273 206 0 1 35 32 72 35 77
Binary 10111101 10111011 10000110 0 1 11101 11010 111010 11101 111111

Color Harmonies of #BDBB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB86

Black with #BDBB86

Text Example


Text Example

White with #BDBB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB86; }

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

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

background-color css

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

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

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

border-color css

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

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

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