Html Css Color HEX #B49899 Careys Pink

📋 copy color: '#B49899'

red 180 ◦ green 152 ◦ blue 153

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

Shades of Careys Pink #B49899

Tints of Careys Pink #B49899

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.34%

 BLUE value IS 153 (60.16% from 255) = 31.55%

R = 37.11%
G = 31.34%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B49899 (or 0xB49899) is known color: Careys Pink. HEX triplet: B4, 98 and 99. RGB value is (180,152,153). Sum of RGB (Red+Green+Blue) = 180+152+153=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 180 - color contains mainly: red. Hex color #B49899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49899 is #4B6766. Grayscale: #A0A0A0. Windows color (decimal): -4941671 or 10066100. OLE color: 10066100.

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

Color convert

RGB 180 152 153 -
CMYK 0 0.16 0.15 0.29
HSL 357.86º 0.16% 0.65% -
HSV(B) 357.86º 0.16% 0.71% -
XYZ 35.8 34.46 34.9 -
YUV 160.49 123.78 141.92 -
System Red Green Blue C M Y K H S L
Decimal 180 152 153 0 0.16 0.15 0.29 357.86 0.16 0.65
Hex B4 98 99 0 10 F 1D 166 10 41
Octal 264 230 231 0 20 17 35 546 20 101
Binary 10110100 10011000 10011001 0 10000 1111 11101 101100110 10000 1000001

Color Harmonies of #B49899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49899

Black with #B49899

Text Example


Text Example

White with #B49899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49899; }

 p { color: rgb(180,152,153); }

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

background-color css

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

 a { background-color: rgb(180,152,153); }

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

border-color css

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

 span { border-color: rgb(180,152,153); }

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