Html Css Color HEX #BBBB85 Pine Glade

📋 copy color: '#BBBB85'

red 187 ◦ green 187 ◦ blue 133

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

Shades of Pine Glade #BBBB85

Tints of Pine Glade #BBBB85

RGB

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

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

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

R = 36.88%
G = 36.88%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BBBB85 (or 0xBBBB85) is known color: Pine Glade. HEX triplet: BB, BB and 85. RGB value is (187,187,133). Sum of RGB (Red+Green+Blue) = 187+187+133=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBB85 is #44447A. Grayscale: #B5B5B5. Windows color (decimal): -4473979 or 8764347. OLE color: 8764347.

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

Color convert

RGB 187 187 133 -
CMYK 0 0 0.29 0.27
HSL 60º 0.28% 0.63% -
HSV(B) 60º 0.29% 0.73% -
XYZ 42.5 47.8 29.18 -
YUV 180.84 101 132.39 -
System Red Green Blue C M Y K H S L
Decimal 187 187 133 0 0 0.29 0.27 60 0.28 0.63
Hex BB BB 85 0 0 1D 1B 3C 1C 3F
Octal 273 273 205 0 0 35 33 74 34 77
Binary 10111011 10111011 10000101 0 0 11101 11011 111100 11100 111111

Color Harmonies of #BBBB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBB85

Black with #BBBB85

Text Example


Text Example

White with #BBBB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBB85; }

 p { color: rgb(187,187,133); }

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

background-color css

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

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

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

border-color css

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

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

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