Html Css Color HEX #B6B9B7 Loblolly

📋 copy color: '#B6B9B7'

red 182 ◦ green 185 ◦ blue 183

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

Shades of Loblolly #B6B9B7

Tints of Loblolly #B6B9B7

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 value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#B6B9B7 (or 0xB6B9B7) is known color: 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

RGB 182 185 183 -
CMYK 0.02 0 0.01 0.27
HSL 140º 0.02% 0.72% -
HSV(B) 140º 0.02% 0.73% -
XYZ 45.19 48.06 51.69 -
YUV 183.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 182 185 183 0.02 0 0.01 0.27 140 0.02 0.72
Hex B6 B9 B7 2 0 1 1B 8C 2 48
Octal 266 271 267 2 0 1 33 214 2 110
Binary 10110110 10111001 10110111 10 0 1 11011 10001100 10 1001000

Color Harmonies of #B6B9B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B9B7

Black with #B6B9B7

Text Example


Text Example

White with #B6B9B7

Text Example


Text Example

HTML Codes & Css Web 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>