Html Css Color HEX #B9999B Careys Pink

📋 copy color: '#B9999B'

red 185 ◦ green 153 ◦ blue 155

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

Shades of Careys Pink #B9999B

Tints of Careys Pink #B9999B

RGB

 RED value IS 185 (72.66% from 255) = 37.53%

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

 BLUE value IS 155 (60.94% from 255) = 31.44%

R = 37.53%
G = 31.03%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9999B (or 0xB9999B) is known color: Careys Pink. HEX triplet: B9, 99 and 9B. RGB value is (185,153,155). Sum of RGB (Red+Green+Blue) = 185+153+155=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 185 - color contains mainly: red. Hex color #B9999B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9999B is #466664. Grayscale: #A2A2A2. Windows color (decimal): -4613733 or 10197433. OLE color: 10197433.

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

Color convert

RGB 185 153 155 -
CMYK 0 0.17 0.16 0.27
HSL 356.25º 0.19% 0.66% -
HSV(B) 356.25º 0.17% 0.73% -
XYZ 37.32 35.46 35.89 -
YUV 162.8 123.6 143.84 -
System Red Green Blue C M Y K H S L
Decimal 185 153 155 0 0.17 0.16 0.27 356.25 0.19 0.66
Hex B9 99 9B 0 11 10 1B 164 13 42
Octal 271 231 233 0 21 20 33 544 23 102
Binary 10111001 10011001 10011011 0 10001 10000 11011 101100100 10011 1000010

Color Harmonies of #B9999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9999B

Black with #B9999B

Text Example


Text Example

White with #B9999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9999B; }

 p { color: rgb(185,153,155); }

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

background-color css

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

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

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

border-color css

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

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

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