#B19293

Color #B19293 Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #B19293

Tints of Careys Pink #B19293

Color information

#B19293 (or 0xB19293) is unknown color: approx Careys Pink. HEX triplet: B1, 92 and 93. RGB value is (177,146,147). Sum of RGB (Red+Green+Blue) = 177+146+147=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 177 - color contains mainly: red. Hex color #B19293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19293 is #4E6D6C. Grayscale: #9B9B9B. Windows color (decimal): -5139821 or 9671345. OLE color: 9671345.

HSL color Cylindrical-coordinate representation of color #B19293: hue angle of 358.06º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B19293 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB177146147-
CMYK00.180.170.31
HSL358.06º16.58%63.33%-
HSV(B)358.06º17.51%69.41%-
XYZ33.6832.0132.01-
YUV155.38123.27143.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.66%
GREEN value IS 146 (57.42% from 255) = 31.06%
BLUE value IS 147 (57.81% from 255) = 31.28%
R=37.66%
G=31.06%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714614700.180.170.31358.0616.5863.33
HexB19293012111F166113f
Octal26122222302221375462177
Binary101100011001001010010011010010100011111110110011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19293; }

 p { color: rgb(177,146,147); }

 H1.HeaderClassName
 {
   color: #B19293;
 }
 .AnyTagClassName
 {
   color: #B19293;
 }
</style>
background-color css

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

 a { background-color: rgb(177,146,147); }

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

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

 span { border-color: rgb(177,146,147); }

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