Html Css Color HEX #B5999C Careys Pink

📋 copy color: '#B5999C'

red 181 ◦ green 153 ◦ blue 156

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

Shades of Careys Pink #B5999C

Tints of Careys Pink #B5999C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.84%

R = 36.94%
G = 31.22%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5999C (or 0xB5999C) is known color: Careys Pink. HEX triplet: B5, 99 and 9C. RGB value is (181,153,156). Sum of RGB (Red+Green+Blue) = 181+153+156=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 181 - color contains mainly: red. Hex color #B5999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5999C is #4A6663. Grayscale: #A1A1A1. Windows color (decimal): -4875876 or 10262965. OLE color: 10262965.

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

Color convert

RGB 181 153 156 -
CMYK 0 0.15 0.14 0.29
HSL 353.57º 0.16% 0.65% -
HSV(B) 353.57º 0.15% 0.71% -
XYZ 36.45 35.01 36.29 -
YUV 161.71 124.78 141.76 -
System Red Green Blue C M Y K H S L
Decimal 181 153 156 0 0.15 0.14 0.29 353.57 0.16 0.65
Hex B5 99 9C 0 F E 1D 162 10 41
Octal 265 231 234 0 17 16 35 542 20 101
Binary 10110101 10011001 10011100 0 1111 1110 11101 101100010 10000 1000001

Color Harmonies of #B5999C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5999C

Black with #B5999C

Text Example


Text Example

White with #B5999C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5999C; }

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

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

background-color css

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

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

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

border-color css

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

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

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