Html Css Color HEX #B69999 Dusty Grey

📋 copy color: '#B69999'

red 182 ◦ green 153 ◦ blue 153

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

Shades of Dusty Grey #B69999

Tints of Dusty Grey #B69999

RGB

 RED value IS 182 (71.48% from 255) = 37.3%

 GREEN value IS 153 (60.16% from 255) = 31.35%

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

R = 37.3%
G = 31.35%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B69999 (or 0xB69999) is known color: Dusty Grey. HEX triplet: B6, 99 and 99. RGB value is (182,153,153). Sum of RGB (Red+Green+Blue) = 182+153+153=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 182 - color contains mainly: red. Hex color #B69999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69999 is #496666. Grayscale: #A1A1A1. Windows color (decimal): -4810343 or 10066358. OLE color: 10066358.

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

Color convert

RGB 182 153 153 -
CMYK 0 0.16 0.16 0.29
HSL 0.17% 0.66% -
HSV(B) 0.16% 0.71% -
XYZ 36.43 35.03 34.98 -
YUV 161.67 123.11 142.5 -
System Red Green Blue C M Y K H S L
Decimal 182 153 153 0 0.16 0.16 0.29 0 0.17 0.66
Hex B6 99 99 0 10 10 1D 0 11 42
Octal 266 231 231 0 20 20 35 0 21 102
Binary 10110110 10011001 10011001 0 10000 10000 11101 0 10001 1000010

Color Harmonies of #B69999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69999

Black with #B69999

Text Example


Text Example

White with #B69999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69999; }

 p { color: rgb(182,153,153); }

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

background-color css

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

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

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

border-color css

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

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

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