Html Css Color HEX #B29899 Careys Pink

📋 copy color: '#B29899'

red 178 ◦ green 152 ◦ blue 153

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

Shades of Careys Pink #B29899

Tints of Careys Pink #B29899

RGB

 RED value IS 178 (69.92% from 255) = 36.85%

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

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

R = 36.85%
G = 31.47%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B29899 (or 0xB29899) is known color: Careys Pink. HEX triplet: B2, 98 and 99. RGB value is (178,152,153). Sum of RGB (Red+Green+Blue) = 178+152+153=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 178 - color contains mainly: red. Hex color #B29899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29899 is #4D6766. Grayscale: #9F9F9F. Windows color (decimal): -5072743 or 10066098. OLE color: 10066098.

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

Color convert

RGB 178 152 153 -
CMYK 0 0.15 0.14 0.30
HSL 357.69º 0.14% 0.65% -
HSV(B) 357.69º 0.15% 0.7% -
XYZ 35.34 34.22 34.88 -
YUV 159.89 124.11 140.92 -
System Red Green Blue C M Y K H S L
Decimal 178 152 153 0 0.15 0.14 0.30 357.69 0.14 0.65
Hex B2 98 99 0 F E 1E 166 E 41
Octal 262 230 231 0 17 16 36 546 16 101
Binary 10110010 10011000 10011001 0 1111 1110 11110 101100110 1110 1000001

Color Harmonies of #B29899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29899

Black with #B29899

Text Example


Text Example

White with #B29899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29899; }

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

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

background-color css

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

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

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

border-color css

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

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

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