#B6B9B7

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

Shades of Loblolly #B6B9B7

Tints of Loblolly #B6B9B7

Color information

#B6B9B7 (or 0xB6B9B7) is unknown color: approx Loblolly. HEX triplet: B6, B9 and B7. RGB value is (182,185,183). Sum of RGB (Red+Green+Blue) = 182+185+183=550 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.09% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 183 (71.88% from 255 or 33.27% from 550); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B9B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B9B7 is #494648. Grayscale: #B7B7B7. Windows color (decimal): -4802121 or 12040630. OLE color: 12040630.

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

Color convert

RGB182185183-
CMYK0.0200.010.27
HSL140º2.1%71.96%-
HSV(B)140º1.62%72.55%-
XYZ45.1948.0651.69-
YUV183.88127.51126.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.09%
GREEN value IS 185 (72.66% from 255) = 33.64%
BLUE value IS 183 (71.88% from 255) = 33.27%
R=33.09%
G=33.64%
B=33.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821851830.0200.010.271402.171.96
HexB6B9B72011B8c248
Octal266271267201332142110
Binary10110110101110011011011110011101110001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B9B7; }

 p { color: rgb(182,185,183); }

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

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

 a { background-color: rgb(182,185,183); }

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

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

 span { border-color: rgb(182,185,183); }

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