#B09799

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

Shades of Careys Pink #B09799

Tints of Careys Pink #B09799

Color information

#B09799 (or 0xB09799) is unknown color: approx Careys Pink. HEX triplet: B0, 97 and 99. RGB value is (176,151,153). Sum of RGB (Red+Green+Blue) = 176+151+153=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 176 - color contains mainly: red. Hex color #B09799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09799 is #4F6866. Grayscale: #9E9E9E. Windows color (decimal): -5204071 or 10065840. OLE color: 10065840.

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

Color convert

RGB176151153-
CMYK00.140.130.31
HSL355.2º13.66%64.12%-
HSV(B)355.2º14.2%69.02%-
XYZ34.7233.6634.8-
YUV158.7124.78140.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.67%
GREEN value IS 151 (59.38% from 255) = 31.46%
BLUE value IS 153 (60.16% from 255) = 31.88%
R=36.67%
G=31.46%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615115300.140.130.31355.213.6664.12
HexB097990ED1F163e40
Octal260227231016153754316100
Binary1011000010010111100110010111011011111110110001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09799; }

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

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

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

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

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

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

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

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