Html Css Color HEX #B4C0AA Pumice

📋 copy color: '#B4C0AA'

red 180 ◦ green 192 ◦ blue 170

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

Shades of Pumice #B4C0AA

Tints of Pumice #B4C0AA

RGB

 RED value IS 180 (70.7% from 255) = 33.21%

 GREEN value IS 192 (75.39% from 255) = 35.42%

 BLUE value IS 170 (66.8% from 255) = 31.37%

R = 33.21%
G = 35.42%
B = 31.37%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#B4C0AA (or 0xB4C0AA) is known color: Pumice. HEX triplet: B4, C0 and AA. RGB value is (180,192,170). Sum of RGB (Red+Green+Blue) = 180+192+170=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C0AA is #4B3F55. Grayscale: #B9B9B9. Windows color (decimal): -4931414 or 11190452. OLE color: 11190452.

HSL color Cylindrical-coordinate representation of color #B4C0AA: hue angle of 92.73º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4C0AA is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 192 170 -
CMYK 0.06 0 0.11 0.25
HSL 92.73º 0.15% 0.71% -
HSV(B) 92.73º 0.11% 0.75% -
XYZ 44.93 50.3 45.37 -
YUV 185.9 119.02 123.79 -
System Red Green Blue C M Y K H S L
Decimal 180 192 170 0.06 0 0.11 0.25 92.73 0.15 0.71
Hex B4 C0 AA 6 0 B 19 5D F 47
Octal 264 300 252 6 0 13 31 135 17 107
Binary 10110100 11000000 10101010 110 0 1011 11001 1011101 1111 1000111

Color Harmonies of #B4C0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C0AA

Black with #B4C0AA

Text Example


Text Example

White with #B4C0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C0AA; }

 p { color: rgb(180,192,170); }

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

background-color css

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

 a { background-color: rgb(180,192,170); }

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

border-color css

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

 span { border-color: rgb(180,192,170); }

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