Html Css Color HEX #B49A9E Careys Pink

📋 copy color: '#B49A9E'

red 180 ◦ green 154 ◦ blue 158

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

Shades of Careys Pink #B49A9E

Tints of Careys Pink #B49A9E

RGB

 RED value IS 180 (70.7% from 255) = 36.59%

 GREEN value IS 154 (60.55% from 255) = 31.3%

 BLUE value IS 158 (62.11% from 255) = 32.11%

R = 36.59%
G = 31.3%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B49A9E (or 0xB49A9E) is known color: Careys Pink. HEX triplet: B4, 9A and 9E. RGB value is (180,154,158). Sum of RGB (Red+Green+Blue) = 180+154+158=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49A9E is #4B6561. Grayscale: #A2A2A2. Windows color (decimal): -4941154 or 10394292. OLE color: 10394292.

HSL color Cylindrical-coordinate representation of color #B49A9E: hue angle of 350.77º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B49A9E is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 154 158 -
CMYK 0 0.14 0.12 0.29
HSL 350.77º 0.15% 0.65% -
HSV(B) 350.77º 0.14% 0.71% -
XYZ 36.55 35.28 37.23 -
YUV 162.23 125.61 140.67 -
System Red Green Blue C M Y K H S L
Decimal 180 154 158 0 0.14 0.12 0.29 350.77 0.15 0.65
Hex B4 9A 9E 0 E C 1D 15F F 41
Octal 264 232 236 0 16 14 35 537 17 101
Binary 10110100 10011010 10011110 0 1110 1100 11101 101011111 1111 1000001

Color Harmonies of #B49A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49A9E

Black with #B49A9E

Text Example


Text Example

White with #B49A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49A9E; }

 p { color: rgb(180,154,158); }

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

background-color css

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

 a { background-color: rgb(180,154,158); }

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

border-color css

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

 span { border-color: rgb(180,154,158); }

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