#B09596

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

Shades of Careys Pink #B09596

Tints of Careys Pink #B09596

Color information

#B09596 (or 0xB09596) is unknown color: approx Careys Pink. HEX triplet: B0, 95 and 96. RGB value is (176,149,150). Sum of RGB (Red+Green+Blue) = 176+149+150=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 176 - color contains mainly: red. Hex color #B09596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09596 is #4F6A69. Grayscale: #9D9D9D. Windows color (decimal): -5204586 or 9868720. OLE color: 9868720.

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

Color convert

RGB176149150-
CMYK00.150.150.31
HSL357.78º14.59%63.73%-
HSV(B)357.78º15.34%69.02%-
XYZ34.1632.9333.41-
YUV157.19123.95141.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.05%
GREEN value IS 149 (58.59% from 255) = 31.37%
BLUE value IS 150 (58.98% from 255) = 31.58%
R=37.05%
G=31.37%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614915000.150.150.31357.7814.5963.73
HexB095960FF1F166f40
Octal260225226017173754617100
Binary1011000010010101100101100111111111111110110011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09596; }

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

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

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

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

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

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

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

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