#BBBA85

Color #BBBA85 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BBBA85

Tints of Pine Glade #BBBA85

Color information

#BBBA85 (or 0xBBBA85) is unknown color: approx Pine Glade. HEX triplet: BB, BA and 85. RGB value is (187,186,133). Sum of RGB (Red+Green+Blue) = 187+186+133=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBA85 is #44457A. Grayscale: #B4B4B4. Windows color (decimal): -4474235 or 8764091. OLE color: 8764091.

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

Color convert

RGB187186133-
CMYK00.010.290.27
HSL58.89º28.42%62.75%-
HSV(B)58.89º28.88%73.33%-
XYZ42.2947.3829.11-
YUV180.26101.33132.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.96%
GREEN value IS 186 (73.05% from 255) = 36.76%
BLUE value IS 133 (52.34% from 255) = 26.28%
R=36.96%
G=36.76%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718613300.010.290.2758.8928.4262.75
HexBBBA85011D1B3b1c3f
Octal273272205013533733477
Binary10111011101110101000010101111011101111101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA85; }

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

 H1.HeaderClassName
 {
   color: #BBBA85;
 }
 .AnyTagClassName
 {
   color: #BBBA85;
 }
</style>
background-color css

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

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

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

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

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

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