Html Css Color HEX #B99495 Careys Pink

📋 copy color: '#B99495'

red 185 ◦ green 148 ◦ blue 149

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

Shades of Careys Pink #B99495

Tints of Careys Pink #B99495

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.71%

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

R = 38.38%
G = 30.71%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B99495 (or 0xB99495) is known color: Careys Pink. HEX triplet: B9, 94 and 95. RGB value is (185,148,149). Sum of RGB (Red+Green+Blue) = 185+148+149=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 185 - color contains mainly: red. Hex color #B99495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99495 is #466B6A. Grayscale: #9F9F9F. Windows color (decimal): -4615019 or 9802937. OLE color: 9802937.

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

Color convert

RGB 185 148 149 -
CMYK 0 0.20 0.19 0.27
HSL 358.38º 0.21% 0.65% -
HSV(B) 358.38º 0.2% 0.73% -
XYZ 36.02 33.66 33.03 -
YUV 159.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 185 148 149 0 0.20 0.19 0.27 358.38 0.21 0.65
Hex B9 94 95 0 14 13 1B 166 15 41
Octal 271 224 225 0 24 23 33 546 25 101
Binary 10111001 10010100 10010101 0 10100 10011 11011 101100110 10101 1000001

Color Harmonies of #B99495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99495

Black with #B99495

Text Example


Text Example

White with #B99495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99495; }

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

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

background-color css

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

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

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

border-color css

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

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

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