Html Css Color HEX #B8999B Careys Pink

📋 copy color: '#B8999B'

red 184 ◦ green 153 ◦ blue 155

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

Shades of Careys Pink #B8999B

Tints of Careys Pink #B8999B

RGB

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

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

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

R = 37.4%
G = 31.1%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B8999B (or 0xB8999B) is known color: Careys Pink. HEX triplet: B8, 99 and 9B. RGB value is (184,153,155). Sum of RGB (Red+Green+Blue) = 184+153+155=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 184 - color contains mainly: red. Hex color #B8999B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8999B is #476664. Grayscale: #A2A2A2. Windows color (decimal): -4679269 or 10197432. OLE color: 10197432.

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

Color convert

RGB 184 153 155 -
CMYK 0 0.17 0.16 0.28
HSL 356.13º 0.18% 0.66% -
HSV(B) 356.13º 0.17% 0.72% -
XYZ 37.07 35.34 35.88 -
YUV 162.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 184 153 155 0 0.17 0.16 0.28 356.13 0.18 0.66
Hex B8 99 9B 0 11 10 1C 164 12 42
Octal 270 231 233 0 21 20 34 544 22 102
Binary 10111000 10011001 10011011 0 10001 10000 11100 101100100 10010 1000010

Color Harmonies of #B8999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8999B

Black with #B8999B

Text Example


Text Example

White with #B8999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8999B; }

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

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

background-color css

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

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

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

border-color css

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

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

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