Html Css Color HEX #B1B5B3 Loblolly

📋 copy color: '#B1B5B3'

red 177 ◦ green 181 ◦ blue 179

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

Shades of Loblolly #B1B5B3

Tints of Loblolly #B1B5B3

RGB

 RED value IS 177 (69.53% from 255) = 32.96%

 GREEN value IS 181 (71.09% from 255) = 33.71%

 BLUE value IS 179 (70.31% from 255) = 33.33%

R = 32.96%
G = 33.71%
B = 33.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B1B5B3 (or 0xB1B5B3) is known color: Loblolly. HEX triplet: B1, B5 and B3. RGB value is (177,181,179). Sum of RGB (Red+Green+Blue) = 177+181+179=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 179 (70.31% from 255 or 33.33% from 537); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B5B3 is #4E4A4C. Grayscale: #B3B3B3. Windows color (decimal): -5130829 or 11777457. OLE color: 11777457.

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

Color convert

RGB 177 181 179 -
CMYK 0.02 0 0.01 0.29
HSL 150º 0.03% 0.7% -
HSV(B) 150º 0.02% 0.71% -
XYZ 42.79 45.65 49.2 -
YUV 179.58 127.67 126.16 -
System Red Green Blue C M Y K H S L
Decimal 177 181 179 0.02 0 0.01 0.29 150 0.03 0.7
Hex B1 B5 B3 2 0 1 1D 96 3 46
Octal 261 265 263 2 0 1 35 226 3 106
Binary 10110001 10110101 10110011 10 0 1 11101 10010110 11 1000110

Color Harmonies of #B1B5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B5B3

Black with #B1B5B3

Text Example


Text Example

White with #B1B5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B5B3; }

 p { color: rgb(177,181,179); }

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

background-color css

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

 a { background-color: rgb(177,181,179); }

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

border-color css

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

 span { border-color: rgb(177,181,179); }

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