Html Css Color HEX #B39FA0 Careys Pink

📋 copy color: '#B39FA0'

red 179 ◦ green 159 ◦ blue 160

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

Shades of Careys Pink #B39FA0

Tints of Careys Pink #B39FA0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.93%

 BLUE value IS 160 (62.89% from 255) = 32.13%

R = 35.94%
G = 31.93%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B39FA0 (or 0xB39FA0) is known color: Careys Pink. HEX triplet: B3, 9F and A0. RGB value is (179,159,160). Sum of RGB (Red+Green+Blue) = 179+159+160=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 179 - color contains mainly: red. Hex color #B39FA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39FA0 is #4C605F. Grayscale: #A5A5A5. Windows color (decimal): -5005408 or 10526643. OLE color: 10526643.

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

Color convert

RGB 179 159 160 -
CMYK 0 0.11 0.11 0.30
HSL 357º 0.12% 0.66% -
HSV(B) 357º 0.11% 0.7% -
XYZ 37.33 36.92 38.42 -
YUV 165.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 179 159 160 0 0.11 0.11 0.30 357 0.12 0.66
Hex B3 9F A0 0 B B 1E 165 C 42
Octal 263 237 240 0 13 13 36 545 14 102
Binary 10110011 10011111 10100000 0 1011 1011 11110 101100101 1100 1000010

Color Harmonies of #B39FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39FA0

Black with #B39FA0

Text Example


Text Example

White with #B39FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39FA0; }

 p { color: rgb(179,159,160); }

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

background-color css

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

 a { background-color: rgb(179,159,160); }

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

border-color css

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

 span { border-color: rgb(179,159,160); }

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