Html Css Color HEX #B39899 Careys Pink

📋 copy color: '#B39899'

red 179 ◦ green 152 ◦ blue 153

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

Shades of Careys Pink #B39899

Tints of Careys Pink #B39899

RGB

 RED value IS 179 (70.31% from 255) = 36.98%

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

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

R = 36.98%
G = 31.4%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B39899 (or 0xB39899) is known color: Careys Pink. HEX triplet: B3, 98 and 99. RGB value is (179,152,153). Sum of RGB (Red+Green+Blue) = 179+152+153=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 153 (60.16% from 255 or 31.61% from 484); Max value from RGB is 179 - color contains mainly: red. Hex color #B39899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39899 is #4C6766. Grayscale: #A0A0A0. Windows color (decimal): -5007207 or 10066099. OLE color: 10066099.

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

Color convert

RGB 179 152 153 -
CMYK 0 0.15 0.15 0.30
HSL 357.78º 0.15% 0.65% -
HSV(B) 357.78º 0.15% 0.7% -
XYZ 35.57 34.34 34.89 -
YUV 160.19 123.95 141.42 -
System Red Green Blue C M Y K H S L
Decimal 179 152 153 0 0.15 0.15 0.30 357.78 0.15 0.65
Hex B3 98 99 0 F F 1E 166 F 41
Octal 263 230 231 0 17 17 36 546 17 101
Binary 10110011 10011000 10011001 0 1111 1111 11110 101100110 1111 1000001

Color Harmonies of #B39899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39899

Black with #B39899

Text Example


Text Example

White with #B39899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39899; }

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

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

background-color css

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

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

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

border-color css

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

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

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