#B39697

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

Shades of Careys Pink #B39697

Tints of Careys Pink #B39697

Color information

#B39697 (or 0xB39697) is unknown color: approx Careys Pink. HEX triplet: B3, 96 and 97. RGB value is (179,150,151). Sum of RGB (Red+Green+Blue) = 179+150+151=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 179 - color contains mainly: red. Hex color #B39697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39697 is #4C6968. Grayscale: #9E9E9E. Windows color (decimal): -5007721 or 9934515. OLE color: 9934515.

HSL color Cylindrical-coordinate representation of color #B39697: hue angle of 357.93º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B39697 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB179150151-
CMYK00.160.160.30
HSL357.93º16.02%64.51%-
HSV(B)357.93º16.2%70.2%-
XYZ35.0833.6333.92-
YUV158.78123.61142.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.29%
GREEN value IS 150 (58.98% from 255) = 31.25%
BLUE value IS 151 (59.38% from 255) = 31.46%
R=37.29%
G=31.25%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915015100.160.160.30357.9316.0264.51
HexB39697010101E1661041
Octal263226227020203654620101
Binary1011001110010110100101110100001000011110101100110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39697; }

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

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

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

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

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

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

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

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