Html Css Color HEX #B99BA0 Careys Pink

📋 copy color: '#B99BA0'

red 185 ◦ green 155 ◦ blue 160

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

Shades of Careys Pink #B99BA0

Tints of Careys Pink #B99BA0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31%

 BLUE value IS 160 (62.89% from 255) = 32%

R = 37%
G = 31%
B = 32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B99BA0 (or 0xB99BA0) is known color: Careys Pink. HEX triplet: B9, 9B and A0. RGB value is (185,155,160). Sum of RGB (Red+Green+Blue) = 185+155+160=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 185 - color contains mainly: red. Hex color #B99BA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99BA0 is #46645F. Grayscale: #A4A4A4. Windows color (decimal): -4613216 or 10525625. OLE color: 10525625.

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

Color convert

RGB 185 155 160 -
CMYK 0 0.16 0.14 0.27
HSL 350º 0.18% 0.67% -
HSV(B) 350º 0.16% 0.73% -
XYZ 38.07 36.3 38.26 -
YUV 164.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 185 155 160 0 0.16 0.14 0.27 350 0.18 0.67
Hex B9 9B A0 0 10 E 1B 15E 12 43
Octal 271 233 240 0 20 16 33 536 22 103
Binary 10111001 10011011 10100000 0 10000 1110 11011 101011110 10010 1000011

Color Harmonies of #B99BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99BA0

Black with #B99BA0

Text Example


Text Example

White with #B99BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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