Html Css Color HEX #B5B9B3 Pumice

📋 copy color: '#B5B9B3'

red 181 ◦ green 185 ◦ blue 179

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

Shades of Pumice #B5B9B3

Tints of Pumice #B5B9B3

RGB

 RED value IS 181 (71.09% from 255) = 33.21%

 GREEN value IS 185 (72.66% from 255) = 33.94%

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

R = 33.21%
G = 33.94%
B = 32.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#B5B9B3 (or 0xB5B9B3) is known color: Pumice. HEX triplet: B5, B9 and B3. RGB value is (181,185,179). Sum of RGB (Red+Green+Blue) = 181+185+179=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B9B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B9B3 is #4A464C. Grayscale: #B7B7B7. Windows color (decimal): -4867661 or 11778485. OLE color: 11778485.

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

Color convert

RGB 181 185 179 -
CMYK 0.02 0 0.03 0.27
HSL 100º 0.04% 0.71% -
HSV(B) 100º 0.03% 0.73% -
XYZ 44.54 47.78 49.52 -
YUV 183.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 181 185 179 0.02 0 0.03 0.27 100 0.04 0.71
Hex B5 B9 B3 2 0 3 1B 64 4 47
Octal 265 271 263 2 0 3 33 144 4 107
Binary 10110101 10111001 10110011 10 0 11 11011 1100100 100 1000111

Color Harmonies of #B5B9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B9B3

Black with #B5B9B3

Text Example


Text Example

White with #B5B9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B9B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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