Html Css Color HEX #B09897 Dusty Grey

📋 copy color: '#B09897'

red 176 ◦ green 152 ◦ blue 151

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

Shades of Dusty Grey #B09897

Tints of Dusty Grey #B09897

RGB

 RED value IS 176 (69.14% from 255) = 36.74%

 GREEN value IS 152 (59.77% from 255) = 31.73%

 BLUE value IS 151 (59.38% from 255) = 31.52%

R = 36.74%
G = 31.73%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B09897 (or 0xB09897) is known color: Dusty Grey. HEX triplet: B0, 98 and 97. RGB value is (176,152,151). Sum of RGB (Red+Green+Blue) = 176+152+151=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 151 (59.38% from 255 or 31.52% from 479); Max value from RGB is 176 - color contains mainly: red. Hex color #B09897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09897 is #4F6768. Grayscale: #9F9F9F. Windows color (decimal): -5203817 or 9935024. OLE color: 9935024.

HSL color Cylindrical-coordinate representation of color #B09897: hue angle of 2.4º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B09897 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 152 151 -
CMYK 0 0.14 0.14 0.31
HSL 2.4º 0.14% 0.64% -
HSV(B) 2.4º 0.14% 0.69% -
XYZ 34.72 33.92 34 -
YUV 159.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 176 152 151 0 0.14 0.14 0.31 2.4 0.14 0.64
Hex B0 98 97 0 E E 1F 2 E 40
Octal 260 230 227 0 16 16 37 2 16 100
Binary 10110000 10011000 10010111 0 1110 1110 11111 10 1110 1000000

Color Harmonies of #B09897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09897

Black with #B09897

Text Example


Text Example

White with #B09897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09897; }

 p { color: rgb(176,152,151); }

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

background-color css

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

 a { background-color: rgb(176,152,151); }

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

border-color css

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

 span { border-color: rgb(176,152,151); }

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