#B7696F

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

Shades of Turkish Rose #B7696F

Tints of Turkish Rose #B7696F

Color information

#B7696F (or 0xB7696F) is unknown color: approx Turkish Rose. HEX triplet: B7, 69 and 6F. RGB value is (183,105,111). Sum of RGB (Red+Green+Blue) = 183+105+111=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B7696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7696F is #489690. Grayscale: #818181. Windows color (decimal): -4757137 or 7301559. OLE color: 7301559.

HSL color Cylindrical-coordinate representation of color #B7696F: hue angle of 355.38º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B7696F is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB183105111-
CMYK00.430.390.28
HSL355.38º35.14%56.47%-
HSV(B)355.38º42.62%71.76%-
XYZ27.4521.3217.71-
YUV129.01117.84166.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.86%
GREEN value IS 105 (41.41% from 255) = 26.32%
BLUE value IS 111 (43.75% from 255) = 27.82%
R=45.86%
G=26.32%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310511100.430.390.28355.3835.1456.47
HexB7696F02B271C1632338
Octal26715115705347345434370
Binary1011011111010011101111010101110011111100101100011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7696F; }

 p { color: rgb(183,105,111); }

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

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

 a { background-color: rgb(183,105,111); }

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

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

 span { border-color: rgb(183,105,111); }

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