Html Css Color HEX #B29799 Careys Pink

📋 copy color: '#B29799'

red 178 ◦ green 151 ◦ blue 153

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

Shades of Careys Pink #B29799

Tints of Careys Pink #B29799

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.33%

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

R = 36.93%
G = 31.33%
B = 31.74%

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

#B29799 (or 0xB29799) is known color: Careys Pink. HEX triplet: B2, 97 and 99. RGB value is (178,151,153). Sum of RGB (Red+Green+Blue) = 178+151+153=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 178 - color contains mainly: red. Hex color #B29799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29799 is #4D6866. Grayscale: #9F9F9F. Windows color (decimal): -5072999 or 10065842. OLE color: 10065842.

HSL color Cylindrical-coordinate representation of color #B29799: hue angle of 355.56º degrees, saturation: 0.15, 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 #B29799 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 151 153 -
CMYK 0 0.15 0.14 0.30
HSL 355.56º 0.15% 0.65% -
HSV(B) 355.56º 0.15% 0.7% -
XYZ 35.18 33.9 34.83 -
YUV 159.3 124.45 141.34 -
System Red Green Blue C M Y K H S L
Decimal 178 151 153 0 0.15 0.14 0.30 355.56 0.15 0.65
Hex B2 97 99 0 F E 1E 164 F 41
Octal 262 227 231 0 17 16 36 544 17 101
Binary 10110010 10010111 10011001 0 1111 1110 11110 101100100 1111 1000001

Color Harmonies of #B29799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29799

Black with #B29799

Text Example


Text Example

White with #B29799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29799; }

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

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

background-color css

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

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

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

border-color css

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

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

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