#B9696B

Color #B9696B Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #B9696B

Tints of Turkish Rose #B9696B

Color information

#B9696B (or 0xB9696B) is unknown color: approx Turkish Rose. HEX triplet: B9, 69 and 6B. RGB value is (185,105,107). Sum of RGB (Red+Green+Blue) = 185+105+107=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9696B is #469694. Grayscale: #818181. Windows color (decimal): -4626069 or 7039417. OLE color: 7039417.

HSL color Cylindrical-coordinate representation of color #B9696B: hue angle of 358.5º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9696B is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB185105107-
CMYK00.430.420.27
HSL358.5º36.36%56.86%-
HSV(B)358.5º43.24%72.55%-
XYZ27.7121.4816.6-
YUV129.15115.5167.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.60%
GREEN value IS 105 (41.41% from 255) = 26.45%
BLUE value IS 107 (42.19% from 255) = 26.95%
R=46.60%
G=26.45%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510510700.430.420.27358.536.3656.86
HexB9696B02B2A1B1662439
Octal27115115305352335464471
Binary1011100111010011101011010101110101011011101100110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9696B; }

 p { color: rgb(185,105,107); }

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

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

 a { background-color: rgb(185,105,107); }

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

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

 span { border-color: rgb(185,105,107); }

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