Html Css Color HEX #BBBD86 Pine Glade

📋 copy color: '#BBBD86'

red 187 ◦ green 189 ◦ blue 134

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

Shades of Pine Glade #BBBD86

Tints of Pine Glade #BBBD86

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

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

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

Color convert

RGB 187 189 134 -
CMYK 0.01 0 0.29 0.26
HSL 62.18º 0.29% 0.63% -
HSV(B) 62.18º 0.29% 0.74% -
XYZ 42.99 48.68 29.68 -
YUV 182.13 100.84 131.47 -
System Red Green Blue C M Y K H S L
Decimal 187 189 134 0.01 0 0.29 0.26 62.18 0.29 0.63
Hex BB BD 86 1 0 1D 1A 3E 1D 3F
Octal 273 275 206 1 0 35 32 76 35 77
Binary 10111011 10111101 10000110 1 0 11101 11010 111110 11101 111111

Color Harmonies of #BBBD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBD86

Black with #BBBD86

Text Example


Text Example

White with #BBBD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBD86; }

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

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

background-color css

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

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

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

border-color css

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

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

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