#B09697

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

Shades of Careys Pink #B09697

Tints of Careys Pink #B09697

Color information

#B09697 (or 0xB09697) is unknown color: approx Careys Pink. HEX triplet: B0, 96 and 97. RGB value is (176,150,151). Sum of RGB (Red+Green+Blue) = 176+150+151=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 151 (59.38% from 255 or 31.66% from 477); Max value from RGB is 176 - color contains mainly: red. Hex color #B09697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09697 is #4F6968. Grayscale: #9D9D9D. Windows color (decimal): -5204329 or 9934512. OLE color: 9934512.

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

Color convert

RGB176150151-
CMYK00.150.140.31
HSL357.69º14.13%63.92%-
HSV(B)357.69º14.77%69.02%-
XYZ34.433.2833.89-
YUV157.89124.11140.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.90%
GREEN value IS 150 (58.98% from 255) = 31.45%
BLUE value IS 151 (59.38% from 255) = 31.66%
R=36.90%
G=31.45%
B=31.66%

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
Decimal17615015100.150.140.31357.6914.1363.92
HexB096970FE1F166e40
Octal260226227017163754616100
Binary1011000010010110100101110111111101111110110011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09697; }

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

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

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

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

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

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

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

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