Html Css Color HEX #B59394 Careys Pink

📋 copy color: '#B59394'

red 181 ◦ green 147 ◦ blue 148

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

Shades of Careys Pink #B59394

Tints of Careys Pink #B59394

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.88%

 BLUE value IS 148 (58.2% from 255) = 31.09%

R = 38.03%
G = 30.88%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B59394 (or 0xB59394) is known color: Careys Pink. HEX triplet: B5, 93 and 94. RGB value is (181,147,148). Sum of RGB (Red+Green+Blue) = 181+147+148=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 181 - color contains mainly: red. Hex color #B59394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59394 is #4A6C6B. Grayscale: #9D9D9D. Windows color (decimal): -4877420 or 9737141. OLE color: 9737141.

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

Color convert

RGB 181 147 148 -
CMYK 0 0.19 0.18 0.29
HSL 358.24º 0.19% 0.64% -
HSV(B) 358.24º 0.19% 0.71% -
XYZ 34.84 32.83 32.52 -
YUV 157.28 122.76 144.92 -
System Red Green Blue C M Y K H S L
Decimal 181 147 148 0 0.19 0.18 0.29 358.24 0.19 0.64
Hex B5 93 94 0 13 12 1D 166 13 40
Octal 265 223 224 0 23 22 35 546 23 100
Binary 10110101 10010011 10010100 0 10011 10010 11101 101100110 10011 1000000

Color Harmonies of #B59394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59394

Black with #B59394

Text Example


Text Example

White with #B59394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59394; }

 p { color: rgb(181,147,148); }

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

background-color css

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

 a { background-color: rgb(181,147,148); }

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

border-color css

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

 span { border-color: rgb(181,147,148); }

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