Html Css Color HEX #B6B8B7 Loblolly

📋 copy color: '#B6B8B7'

red 182 ◦ green 184 ◦ blue 183

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

Shades of Loblolly #B6B8B7

Tints of Loblolly #B6B8B7

RGB

 RED value IS 182 (71.48% from 255) = 33.15%

 GREEN value IS 184 (72.27% from 255) = 33.52%

 BLUE value IS 183 (71.88% from 255) = 33.33%

R = 33.15%
G = 33.52%
B = 33.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#B6B8B7 (or 0xB6B8B7) is known color: Loblolly. HEX triplet: B6, B8 and B7. RGB value is (182,184,183). Sum of RGB (Red+Green+Blue) = 182+184+183=549 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.15% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 184 - color contains mainly: green. Hex color #B6B8B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B8B7 is #494748. Grayscale: #B7B7B7. Windows color (decimal): -4802377 or 12040374. OLE color: 12040374.

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

Color convert

RGB 182 184 183 -
CMYK 0.01 0 0.01 0.28
HSL 150º 0.01% 0.72% -
HSV(B) 150º 0.01% 0.72% -
XYZ 44.98 47.64 51.63 -
YUV 183.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 182 184 183 0.01 0 0.01 0.28 150 0.01 0.72
Hex B6 B8 B7 1 0 1 1C 96 1 48
Octal 266 270 267 1 0 1 34 226 1 110
Binary 10110110 10111000 10110111 1 0 1 11100 10010110 1 1001000

Color Harmonies of #B6B8B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B8B7

Black with #B6B8B7

Text Example


Text Example

White with #B6B8B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B8B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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