#B09495

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

Shades of Careys Pink #B09495

Tints of Careys Pink #B09495

Color information

#B09495 (or 0xB09495) is unknown color: approx Careys Pink. HEX triplet: B0, 94 and 95. RGB value is (176,148,149). Sum of RGB (Red+Green+Blue) = 176+148+149=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 176 - color contains mainly: red. Hex color #B09495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09495 is #4F6B6A. Grayscale: #9C9C9C. Windows color (decimal): -5204843 or 9802928. OLE color: 9802928.

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

Color convert

RGB176148149-
CMYK00.160.150.31
HSL357.86º15.05%63.53%-
HSV(B)357.86º15.91%69.02%-
XYZ33.9232.5832.93-
YUV156.49123.78141.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.21%
GREEN value IS 148 (58.20% from 255) = 31.29%
BLUE value IS 149 (58.59% from 255) = 31.50%
R=37.21%
G=31.29%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614814900.160.150.31357.8615.0563.53
HexB09495010F1F166f40
Octal260224225020173754617100
Binary10110000100101001001010101000011111111110110011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09495; }

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

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

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

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

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

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

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

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