Html Css Color HEX #B99A9B Careys Pink

📋 copy color: '#B99A9B'

red 185 ◦ green 154 ◦ blue 155

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

Shades of Careys Pink #B99A9B

Tints of Careys Pink #B99A9B

RGB

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

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

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

R = 37.45%
G = 31.17%
B = 31.38%

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

#B99A9B (or 0xB99A9B) is known color: Careys Pink. HEX triplet: B9, 9A and 9B. RGB value is (185,154,155). Sum of RGB (Red+Green+Blue) = 185+154+155=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99A9B is #466564. Grayscale: #A3A3A3. Windows color (decimal): -4613477 or 10197689. OLE color: 10197689.

HSL color Cylindrical-coordinate representation of color #B99A9B: hue angle of 358.06º degrees, saturation: 0.18, 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 #B99A9B is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 154 155 -
CMYK 0 0.17 0.16 0.27
HSL 358.06º 0.18% 0.66% -
HSV(B) 358.06º 0.17% 0.73% -
XYZ 37.48 35.79 35.94 -
YUV 163.38 123.27 143.42 -
System Red Green Blue C M Y K H S L
Decimal 185 154 155 0 0.17 0.16 0.27 358.06 0.18 0.66
Hex B9 9A 9B 0 11 10 1B 166 12 42
Octal 271 232 233 0 21 20 33 546 22 102
Binary 10111001 10011010 10011011 0 10001 10000 11011 101100110 10010 1000010

Color Harmonies of #B99A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99A9B

Black with #B99A9B

Text Example


Text Example

White with #B99A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99A9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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