#B79596

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

Shades of Careys Pink #B79596

Tints of Careys Pink #B79596

Color information

#B79596 (or 0xB79596) is unknown color: approx Careys Pink. HEX triplet: B7, 95 and 96. RGB value is (183,149,150). Sum of RGB (Red+Green+Blue) = 183+149+150=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 183 - color contains mainly: red. Hex color #B79596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79596 is #486A69. Grayscale: #9F9F9F. Windows color (decimal): -4745834 or 9868727. OLE color: 9868727.

HSL color Cylindrical-coordinate representation of color #B79596: hue angle of 358.24º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B79596 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB183149150-
CMYK00.190.180.28
HSL358.24º19.1%65.1%-
HSV(B)358.24º18.58%71.76%-
XYZ35.7833.7633.49-
YUV159.28122.76144.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.97%
GREEN value IS 149 (58.59% from 255) = 30.91%
BLUE value IS 150 (58.98% from 255) = 31.12%
R=37.97%
G=30.91%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314915000.190.180.28358.2419.165.1
HexB79596013121C1661341
Octal267225226023223454623101
Binary1011011110010101100101100100111001011100101100110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79596; }

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

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

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

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

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

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

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

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