Html Css Color HEX #B5999D Careys Pink

📋 copy color: '#B5999D'

red 181 ◦ green 153 ◦ blue 157

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

Shades of Careys Pink #B5999D

Tints of Careys Pink #B5999D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.16%

 BLUE value IS 157 (61.72% from 255) = 31.98%

R = 36.86%
G = 31.16%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5999D (or 0xB5999D) is known color: Careys Pink. HEX triplet: B5, 99 and 9D. RGB value is (181,153,157). Sum of RGB (Red+Green+Blue) = 181+153+157=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 181 - color contains mainly: red. Hex color #B5999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5999D is #4A6662. Grayscale: #A1A1A1. Windows color (decimal): -4875875 or 10328501. OLE color: 10328501.

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

Color convert

RGB 181 153 157 -
CMYK 0 0.15 0.13 0.29
HSL 351.43º 0.16% 0.65% -
HSV(B) 351.43º 0.15% 0.71% -
XYZ 36.53 35.04 36.74 -
YUV 161.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 181 153 157 0 0.15 0.13 0.29 351.43 0.16 0.65
Hex B5 99 9D 0 F D 1D 15F 10 41
Octal 265 231 235 0 17 15 35 537 20 101
Binary 10110101 10011001 10011101 0 1111 1101 11101 101011111 10000 1000001

Color Harmonies of #B5999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5999D

Black with #B5999D

Text Example


Text Example

White with #B5999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5999D; }

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

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

background-color css

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

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

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

border-color css

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

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

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