#B09394

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

Shades of Careys Pink #B09394

Tints of Careys Pink #B09394

Color information

#B09394 (or 0xB09394) is unknown color: approx Careys Pink. HEX triplet: B0, 93 and 94. RGB value is (176,147,148). Sum of RGB (Red+Green+Blue) = 176+147+148=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B09394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09394 is #4F6C6B. Grayscale: #9B9B9B. Windows color (decimal): -5205100 or 9737136. OLE color: 9737136.

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

Color convert

RGB176147148-
CMYK00.160.160.31
HSL357.93º15.51%63.33%-
HSV(B)357.93º16.48%69.02%-
XYZ33.6832.2432.46-
YUV155.79123.61142.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.37%
GREEN value IS 147 (57.81% from 255) = 31.21%
BLUE value IS 148 (58.20% from 255) = 31.42%
R=37.37%
G=31.21%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614714800.160.160.31357.9315.5163.33
HexB09394010101F166103f
Octal26022322402020375462077
Binary101100001001001110010100010000100001111110110011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09394; }

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

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

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

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

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

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

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

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