Html Css Color HEX #B59A9C Careys Pink

📋 copy color: '#B59A9C'

red 181 ◦ green 154 ◦ blue 156

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

Shades of Careys Pink #B59A9C

Tints of Careys Pink #B59A9C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.36%

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

R = 36.86%
G = 31.36%
B = 31.77%

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

#B59A9C (or 0xB59A9C) is known color: Careys Pink. HEX triplet: B5, 9A and 9C. RGB value is (181,154,156). Sum of RGB (Red+Green+Blue) = 181+154+156=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59A9C is #4A6563. Grayscale: #A2A2A2. Windows color (decimal): -4875620 or 10263221. OLE color: 10263221.

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

Color convert

RGB 181 154 156 -
CMYK 0 0.15 0.14 0.29
HSL 355.56º 0.15% 0.66% -
HSV(B) 355.56º 0.15% 0.71% -
XYZ 36.61 35.34 36.34 -
YUV 162.3 124.45 141.34 -
System Red Green Blue C M Y K H S L
Decimal 181 154 156 0 0.15 0.14 0.29 355.56 0.15 0.66
Hex B5 9A 9C 0 F E 1D 164 F 42
Octal 265 232 234 0 17 16 35 544 17 102
Binary 10110101 10011010 10011100 0 1111 1110 11101 101100100 1111 1000010

Color Harmonies of #B59A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59A9C

Black with #B59A9C

Text Example


Text Example

White with #B59A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59A9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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