Html Css Color HEX #B4BEAB Pumice

📋 copy color: '#B4BEAB'

red 180 ◦ green 190 ◦ blue 171

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

Shades of Pumice #B4BEAB

Tints of Pumice #B4BEAB

RGB

 RED value IS 180 (70.7% 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 value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#B4BEAB (or 0xB4BEAB) is known color: 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

RGB 180 190 171 -
CMYK 0.05 0 0.10 0.25
HSL 91.58º 0.13% 0.71% -
HSV(B) 91.58º 0.1% 0.75% -
XYZ 44.59 49.47 45.73 -
YUV 184.84 120.19 124.54 -
System Red Green Blue C M Y K H S L
Decimal 180 190 171 0.05 0 0.10 0.25 91.58 0.13 0.71
Hex B4 BE AB 5 0 A 19 5C D 47
Octal 264 276 253 5 0 12 31 134 15 107
Binary 10110100 10111110 10101011 101 0 1010 11001 1011100 1101 1000111

Color Harmonies of #B4BEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BEAB

Black with #B4BEAB

Text Example


Text Example

White with #B4BEAB

Text Example


Text Example

HTML Codes & Css Web 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>