Html Css Color HEX #B9999A Careys Pink

📋 copy color: '#B9999A'

red 185 ◦ green 153 ◦ blue 154

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

Shades of Careys Pink #B9999A

Tints of Careys Pink #B9999A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.3%

R = 37.6%
G = 31.1%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B9999A (or 0xB9999A) is known color: Careys Pink. HEX triplet: B9, 99 and 9A. RGB value is (185,153,154). Sum of RGB (Red+Green+Blue) = 185+153+154=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 185 - color contains mainly: red. Hex color #B9999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9999A is #466665. Grayscale: #A2A2A2. Windows color (decimal): -4613734 or 10131897. OLE color: 10131897.

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

Color convert

RGB 185 153 154 -
CMYK 0 0.17 0.17 0.27
HSL 358.13º 0.19% 0.66% -
HSV(B) 358.13º 0.17% 0.73% -
XYZ 37.23 35.43 35.45 -
YUV 162.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 185 153 154 0 0.17 0.17 0.27 358.13 0.19 0.66
Hex B9 99 9A 0 11 11 1B 166 13 42
Octal 271 231 232 0 21 21 33 546 23 102
Binary 10111001 10011001 10011010 0 10001 10001 11011 101100110 10011 1000010

Color Harmonies of #B9999A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9999A

Black with #B9999A

Text Example


Text Example

White with #B9999A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9999A; }

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

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

background-color css

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

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

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

border-color css

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

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

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