Html Css Color HEX #B59DA2 Careys Pink

📋 copy color: '#B59DA2'

red 181 ◦ green 157 ◦ blue 162

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

Shades of Careys Pink #B59DA2

Tints of Careys Pink #B59DA2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.4%

 BLUE value IS 162 (63.67% from 255) = 32.4%

R = 36.2%
G = 31.4%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B59DA2 (or 0xB59DA2) is known color: Careys Pink. HEX triplet: B5, 9D and A2. RGB value is (181,157,162). Sum of RGB (Red+Green+Blue) = 181+157+162=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 162 (63.67% from 255 or 32.4% from 500); Max value from RGB is 181 - color contains mainly: red. Hex color #B59DA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59DA2 is #4A625D. Grayscale: #A4A4A4. Windows color (decimal): -4874846 or 10657205. OLE color: 10657205.

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

Color convert

RGB 181 157 162 -
CMYK 0 0.13 0.10 0.29
HSL 347.5º 0.14% 0.66% -
HSV(B) 347.5º 0.13% 0.71% -
XYZ 37.63 36.55 39.25 -
YUV 164.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 181 157 162 0 0.13 0.10 0.29 347.5 0.14 0.66
Hex B5 9D A2 0 D A 1D 15C E 42
Octal 265 235 242 0 15 12 35 534 16 102
Binary 10110101 10011101 10100010 0 1101 1010 11101 101011100 1110 1000010

Color Harmonies of #B59DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59DA2

Black with #B59DA2

Text Example


Text Example

White with #B59DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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