Html Css Color HEX #B99395 Careys Pink

📋 copy color: '#B99395'

red 185 ◦ green 147 ◦ blue 149

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

Shades of Careys Pink #B99395

Tints of Careys Pink #B99395

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.56%

 BLUE value IS 149 (58.59% from 255) = 30.98%

R = 38.46%
G = 30.56%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B99395 (or 0xB99395) is known color: Careys Pink. HEX triplet: B9, 93 and 95. RGB value is (185,147,149). Sum of RGB (Red+Green+Blue) = 185+147+149=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B99395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99395 is #466C6A. Grayscale: #9E9E9E. Windows color (decimal): -4615275 or 9802681. OLE color: 9802681.

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

Color convert

RGB 185 147 149 -
CMYK 0 0.21 0.19 0.27
HSL 356.84º 0.21% 0.65% -
HSV(B) 356.84º 0.21% 0.73% -
XYZ 35.87 33.35 32.98 -
YUV 158.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 185 147 149 0 0.21 0.19 0.27 356.84 0.21 0.65
Hex B9 93 95 0 15 13 1B 165 15 41
Octal 271 223 225 0 25 23 33 545 25 101
Binary 10111001 10010011 10010101 0 10101 10011 11011 101100101 10101 1000001

Color Harmonies of #B99395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99395

Black with #B99395

Text Example


Text Example

White with #B99395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99395; }

 p { color: rgb(185,147,149); }

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

background-color css

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

 a { background-color: rgb(185,147,149); }

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

border-color css

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

 span { border-color: rgb(185,147,149); }

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