#BBBA83

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

Shades of Pine Glade #BBBA83

Tints of Pine Glade #BBBA83

Color information

#BBBA83 (or 0xBBBA83) is unknown color: approx Pine Glade. HEX triplet: BB, BA and 83. RGB value is (187,186,131). Sum of RGB (Red+Green+Blue) = 187+186+131=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBA83 is #44457C. Grayscale: #B4B4B4. Windows color (decimal): -4474237 or 8633019. OLE color: 8633019.

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

Color convert

RGB187186131-
CMYK00.010.300.27
HSL58.93º29.17%62.35%-
HSV(B)58.93º29.95%73.33%-
XYZ42.1547.3228.39-
YUV180.03100.33132.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 186 (73.05% from 255) = 36.90%
BLUE value IS 131 (51.56% from 255) = 25.99%
R=37.10%
G=36.90%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718613100.010.300.2758.9329.1762.35
HexBBBA83011E1B3b1d3e
Octal273272203013633733576
Binary10111011101110101000001101111101101111101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA83; }

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

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

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

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

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

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

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

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