#B4BEAB

Color #B4BEAB Pumice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pumice #B4BEAB

Tints of Pumice #B4BEAB

Color information

#B4BEAB (or 0xB4BEAB) is unknown color: approx Pumice. HEX triplet: B4, BE and AB. RGB value is (180,190,171). Sum of RGB (Red+Green+Blue) = 180+190+171=541 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.27% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BEAB is #4B4154. Grayscale: #B8B8B8. Windows color (decimal): -4931925 or 11255476. OLE color: 11255476.

HSL color Cylindrical-coordinate representation of color #B4BEAB: hue angle of 91.58º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B4BEAB is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB180190171-
CMYK0.0500.100.25
HSL91.58º12.75%70.78%-
HSV(B)91.58º10%74.51%-
XYZ44.5949.4745.73-
YUV184.84120.19124.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.27%
GREEN value IS 190 (74.61% from 255) = 35.12%
BLUE value IS 171 (67.19% from 255) = 31.61%
R=33.27%
G=35.12%
B=31.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801901710.0500.100.2591.5812.7570.78
HexB4BEAB50A195cd47
Octal26427625350123113415107
Binary1011010010111110101010111010101011001101110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BEAB; }

 p { color: rgb(180,190,171); }

 H1.HeaderClassName
 {
   color: #B4BEAB;
 }
 .AnyTagClassName
 {
   color: #B4BEAB;
 }
</style>
background-color css

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

 a { background-color: rgb(180,190,171); }

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

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

 span { border-color: rgb(180,190,171); }

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