Html Css Color HEX #B09898 Dusty Grey

📋 copy color: '#B09898'

red 176 ◦ green 152 ◦ blue 152

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

Shades of Dusty Grey #B09898

Tints of Dusty Grey #B09898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.67%

R = 36.67%
G = 31.67%
B = 31.67%

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

#B09898 (or 0xB09898) is known color: Dusty Grey. HEX triplet: B0, 98 and 98. RGB value is (176,152,152). Sum of RGB (Red+Green+Blue) = 176+152+152=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 152 (59.77% from 255 or 31.67% from 480); Max value from RGB is 176 - color contains mainly: red. Hex color #B09898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09898 is #4F6767. Grayscale: #9F9F9F. Windows color (decimal): -5203816 or 10000560. OLE color: 10000560.

HSL color Cylindrical-coordinate representation of color #B09898: hue angle of 0º degrees, saturation: 0.13, 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 #B09898 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 152 152 -
CMYK 0 0.14 0.14 0.31
HSL 0.13% 0.64% -
HSV(B) 0.14% 0.69% -
XYZ 34.8 33.95 34.43 -
YUV 159.18 123.95 140 -
System Red Green Blue C M Y K H S L
Decimal 176 152 152 0 0.14 0.14 0.31 0 0.13 0.64
Hex B0 98 98 0 E E 1F 0 D 40
Octal 260 230 230 0 16 16 37 0 15 100
Binary 10110000 10011000 10011000 0 1110 1110 11111 0 1101 1000000

Color Harmonies of #B09898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09898

Black with #B09898

Text Example


Text Example

White with #B09898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09898; }

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

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

background-color css

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

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

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

border-color css

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

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

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