Html Css Color HEX #B59C9E Careys Pink

📋 copy color: '#B59C9E'

red 181 ◦ green 156 ◦ blue 158

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

Shades of Careys Pink #B59C9E

Tints of Careys Pink #B59C9E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.52%

 BLUE value IS 158 (62.11% from 255) = 31.92%

R = 36.57%
G = 31.52%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B59C9E (or 0xB59C9E) is known color: Careys Pink. HEX triplet: B5, 9C and 9E. RGB value is (181,156,158). Sum of RGB (Red+Green+Blue) = 181+156+158=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59C9E is #4A6361. Grayscale: #A3A3A3. Windows color (decimal): -4875106 or 10394805. OLE color: 10394805.

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

Color convert

RGB 181 156 158 -
CMYK 0 0.14 0.13 0.29
HSL 355.2º 0.14% 0.66% -
HSV(B) 355.2º 0.14% 0.71% -
XYZ 37.12 36.07 37.35 -
YUV 163.7 124.78 140.34 -
System Red Green Blue C M Y K H S L
Decimal 181 156 158 0 0.14 0.13 0.29 355.2 0.14 0.66
Hex B5 9C 9E 0 E D 1D 163 E 42
Octal 265 234 236 0 16 15 35 543 16 102
Binary 10110101 10011100 10011110 0 1110 1101 11101 101100011 1110 1000010

Color Harmonies of #B59C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59C9E

Black with #B59C9E

Text Example


Text Example

White with #B59C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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