Html Css Color HEX #B7BEB0 Pumice

📋 copy color: '#B7BEB0'

red 183 ◦ green 190 ◦ blue 176

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

Shades of Pumice #B7BEB0

Tints of Pumice #B7BEB0

RGB

 RED value IS 183 (71.88% from 255) = 33.33%

 GREEN value IS 190 (74.61% from 255) = 34.61%

 BLUE value IS 176 (69.14% from 255) = 32.06%

R = 33.33%
G = 34.61%
B = 32.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#B7BEB0 (or 0xB7BEB0) is known color: Pumice. HEX triplet: B7, BE and B0. RGB value is (183,190,176). Sum of RGB (Red+Green+Blue) = 183+190+176=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 190 - color contains mainly: green. Hex color #B7BEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BEB0 is #48414F. Grayscale: #BABABA. Windows color (decimal): -4735312 or 11583159. OLE color: 11583159.

HSL color Cylindrical-coordinate representation of color #B7BEB0: hue angle of 90º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B7BEB0 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 190 176 -
CMYK 0.04 0 0.07 0.25
HSL 90º 0.1% 0.72% -
HSV(B) 90º 0.07% 0.75% -
XYZ 45.78 50.03 48.32 -
YUV 186.31 122.18 125.64 -
System Red Green Blue C M Y K H S L
Decimal 183 190 176 0.04 0 0.07 0.25 90 0.1 0.72
Hex B7 BE B0 4 0 7 19 5A A 48
Octal 267 276 260 4 0 7 31 132 12 110
Binary 10110111 10111110 10110000 100 0 111 11001 1011010 1010 1001000

Color Harmonies of #B7BEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BEB0

Black with #B7BEB0

Text Example


Text Example

White with #B7BEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BEB0; }

 p { color: rgb(183,190,176); }

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

background-color css

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

 a { background-color: rgb(183,190,176); }

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

border-color css

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

 span { border-color: rgb(183,190,176); }

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