Html Css Color HEX #B59A9E Careys Pink

📋 copy color: '#B59A9E'

red 181 ◦ green 154 ◦ blue 158

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

Shades of Careys Pink #B59A9E

Tints of Careys Pink #B59A9E

RGB

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

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

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

R = 36.71%
G = 31.24%
B = 32.05%

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

#B59A9E (or 0xB59A9E) is known color: Careys Pink. HEX triplet: B5, 9A and 9E. RGB value is (181,154,158). Sum of RGB (Red+Green+Blue) = 181+154+158=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59A9E is #4A6561. Grayscale: #A2A2A2. Windows color (decimal): -4875618 or 10394293. OLE color: 10394293.

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

Color convert

RGB 181 154 158 -
CMYK 0 0.15 0.13 0.29
HSL 351.11º 0.15% 0.66% -
HSV(B) 351.11º 0.15% 0.71% -
XYZ 36.78 35.4 37.24 -
YUV 162.53 125.45 141.17 -
System Red Green Blue C M Y K H S L
Decimal 181 154 158 0 0.15 0.13 0.29 351.11 0.15 0.66
Hex B5 9A 9E 0 F D 1D 15F F 42
Octal 265 232 236 0 17 15 35 537 17 102
Binary 10110101 10011010 10011110 0 1111 1101 11101 101011111 1111 1000010

Color Harmonies of #B59A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59A9E

Black with #B59A9E

Text Example


Text Example

White with #B59A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59A9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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