#B7696D

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

Shades of Turkish Rose #B7696D

Tints of Turkish Rose #B7696D

Color information

#B7696D (or 0xB7696D) is unknown color: approx Turkish Rose. HEX triplet: B7, 69 and 6D. RGB value is (183,105,109). Sum of RGB (Red+Green+Blue) = 183+105+109=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B7696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7696D is #489692. Grayscale: #808080. Windows color (decimal): -4757139 or 7170487. OLE color: 7170487.

HSL color Cylindrical-coordinate representation of color #B7696D: hue angle of 356.92º 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 #B7696D is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB183105109-
CMYK00.430.400.28
HSL356.92º35.14%56.47%-
HSV(B)356.92º42.62%71.76%-
XYZ27.3421.2717.13-
YUV128.78116.84166.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.10%
GREEN value IS 105 (41.41% from 255) = 26.45%
BLUE value IS 109 (42.97% from 255) = 27.46%
R=46.10%
G=26.45%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310510900.430.400.28356.9235.1456.47
HexB7696D02B281C1652338
Octal26715115505350345454370
Binary1011011111010011101101010101110100011100101100101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7696D; }

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

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

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

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

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

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

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

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