#B09698

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

Shades of Careys Pink #B09698

Tints of Careys Pink #B09698

Color information

#B09698 (or 0xB09698) is unknown color: approx Careys Pink. HEX triplet: B0, 96 and 98. RGB value is (176,150,152). Sum of RGB (Red+Green+Blue) = 176+150+152=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 176 - color contains mainly: red. Hex color #B09698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09698 is #4F6967. Grayscale: #9E9E9E. Windows color (decimal): -5204328 or 10000048. OLE color: 10000048.

HSL color Cylindrical-coordinate representation of color #B09698: hue angle of 355.38º degrees, saturation: 0.14, 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 #B09698 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB176150152-
CMYK00.150.140.31
HSL355.38º14.13%63.92%-
HSV(B)355.38º14.77%69.02%-
XYZ34.4833.3134.32-
YUV158124.61140.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 150 (58.98% from 255) = 31.38%
BLUE value IS 152 (59.77% from 255) = 31.80%
R=36.82%
G=31.38%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615015200.150.140.31355.3814.1363.92
HexB096980FE1F163e40
Octal260226230017163754316100
Binary1011000010010110100110000111111101111110110001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09698; }

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

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

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

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

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

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

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

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