Html Css Color HEX #B59D9F Careys Pink

📋 copy color: '#B59D9F'

red 181 ◦ green 157 ◦ blue 159

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

Shades of Careys Pink #B59D9F

Tints of Careys Pink #B59D9F

RGB

 RED value IS 181 (71.09% from 255) = 36.42%

 GREEN value IS 157 (61.72% from 255) = 31.59%

 BLUE value IS 159 (62.5% from 255) = 31.99%

R = 36.42%
G = 31.59%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B59D9F (or 0xB59D9F) is known color: Careys Pink. HEX triplet: B5, 9D and 9F. RGB value is (181,157,159). Sum of RGB (Red+Green+Blue) = 181+157+159=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 181 - color contains mainly: red. Hex color #B59D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59D9F is #4A6260. Grayscale: #A4A4A4. Windows color (decimal): -4874849 or 10460597. OLE color: 10460597.

HSL color Cylindrical-coordinate representation of color #B59D9F: hue angle of 355º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B59D9F is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 157 159 -
CMYK 0 0.13 0.12 0.29
HSL 355º 0.14% 0.66% -
HSV(B) 355º 0.13% 0.71% -
XYZ 37.37 36.44 37.87 -
YUV 164.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 181 157 159 0 0.13 0.12 0.29 355 0.14 0.66
Hex B5 9D 9F 0 D C 1D 163 E 42
Octal 265 235 237 0 15 14 35 543 16 102
Binary 10110101 10011101 10011111 0 1101 1100 11101 101100011 1110 1000010

Color Harmonies of #B59D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59D9F

Black with #B59D9F

Text Example


Text Example

White with #B59D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59D9F; }

 p { color: rgb(181,157,159); }

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

background-color css

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

 a { background-color: rgb(181,157,159); }

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

border-color css

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

 span { border-color: rgb(181,157,159); }

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