Html Css Color HEX #B89A99 Dusty Grey

📋 copy color: '#B89A99'

red 184 ◦ green 154 ◦ blue 153

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

Shades of Dusty Grey #B89A99

Tints of Dusty Grey #B89A99

RGB

 RED value IS 184 (72.27% from 255) = 37.47%

 GREEN value IS 154 (60.55% from 255) = 31.36%

 BLUE value IS 153 (60.16% from 255) = 31.16%

R = 37.47%
G = 31.36%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#B89A99 (or 0xB89A99) is known color: Dusty Grey. HEX triplet: B8, 9A and 99. RGB value is (184,154,153). Sum of RGB (Red+Green+Blue) = 184+154+153=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89A99 is #476566. Grayscale: #A2A2A2. Windows color (decimal): -4679015 or 10066616. OLE color: 10066616.

HSL color Cylindrical-coordinate representation of color #B89A99: hue angle of 1.94º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B89A99 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 154 153 -
CMYK 0 0.16 0.17 0.28
HSL 1.94º 0.18% 0.66% -
HSV(B) 1.94º 0.17% 0.72% -
XYZ 37.07 35.6 35.05 -
YUV 162.86 122.44 143.08 -
System Red Green Blue C M Y K H S L
Decimal 184 154 153 0 0.16 0.17 0.28 1.94 0.18 0.66
Hex B8 9A 99 0 10 11 1C 2 12 42
Octal 270 232 231 0 20 21 34 2 22 102
Binary 10111000 10011010 10011001 0 10000 10001 11100 10 10010 1000010

Color Harmonies of #B89A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89A99

Black with #B89A99

Text Example


Text Example

White with #B89A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89A99; }

 p { color: rgb(184,154,153); }

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

background-color css

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

 a { background-color: rgb(184,154,153); }

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

border-color css

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

 span { border-color: rgb(184,154,153); }

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