Html Css Color HEX #BA9597 Careys Pink

📋 copy color: '#BA9597'

red 186 ◦ green 149 ◦ blue 151

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

Shades of Careys Pink #BA9597

Tints of Careys Pink #BA9597

RGB

 RED value IS 186 (73.05% from 255) = 38.27%

 GREEN value IS 149 (58.59% from 255) = 30.66%

 BLUE value IS 151 (59.38% from 255) = 31.07%

R = 38.27%
G = 30.66%
B = 31.07%

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

#BA9597 (or 0xBA9597) is known color: Careys Pink. HEX triplet: BA, 95 and 97. RGB value is (186,149,151). Sum of RGB (Red+Green+Blue) = 186+149+151=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9597 is #456A68. Grayscale: #A0A0A0. Windows color (decimal): -4549225 or 9934266. OLE color: 9934266.

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

Color convert

RGB 186 149 151 -
CMYK 0 0.20 0.19 0.27
HSL 356.76º 0.21% 0.66% -
HSV(B) 356.76º 0.2% 0.73% -
XYZ 36.58 34.17 33.95 -
YUV 160.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 186 149 151 0 0.20 0.19 0.27 356.76 0.21 0.66
Hex BA 95 97 0 14 13 1B 165 15 42
Octal 272 225 227 0 24 23 33 545 25 102
Binary 10111010 10010101 10010111 0 10100 10011 11011 101100101 10101 1000010

Color Harmonies of #BA9597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9597

Black with #BA9597

Text Example


Text Example

White with #BA9597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9597; }

 p { color: rgb(186,149,151); }

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

background-color css

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

 a { background-color: rgb(186,149,151); }

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

border-color css

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

 span { border-color: rgb(186,149,151); }

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