Html Css Color HEX #B39EA0 Careys Pink

📋 copy color: '#B39EA0'

red 179 ◦ green 158 ◦ blue 160

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

Shades of Careys Pink #B39EA0

Tints of Careys Pink #B39EA0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.79%

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

R = 36.02%
G = 31.79%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B39EA0 (or 0xB39EA0) is known color: Careys Pink. HEX triplet: B3, 9E and A0. RGB value is (179,158,160). Sum of RGB (Red+Green+Blue) = 179+158+160=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 179 - color contains mainly: red. Hex color #B39EA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39EA0 is #4C615F. Grayscale: #A4A4A4. Windows color (decimal): -5005664 or 10526387. OLE color: 10526387.

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

Color convert

RGB 179 158 160 -
CMYK 0 0.12 0.11 0.30
HSL 354.29º 0.12% 0.66% -
HSV(B) 354.29º 0.12% 0.7% -
XYZ 37.16 36.58 38.36 -
YUV 164.51 125.46 138.34 -
System Red Green Blue C M Y K H S L
Decimal 179 158 160 0 0.12 0.11 0.30 354.29 0.12 0.66
Hex B3 9E A0 0 C B 1E 162 C 42
Octal 263 236 240 0 14 13 36 542 14 102
Binary 10110011 10011110 10100000 0 1100 1011 11110 101100010 1100 1000010

Color Harmonies of #B39EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39EA0

Black with #B39EA0

Text Example


Text Example

White with #B39EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39EA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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