#B7696E

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

Shades of Turkish Rose #B7696E

Tints of Turkish Rose #B7696E

Color information

#B7696E (or 0xB7696E) is unknown color: approx Turkish Rose. HEX triplet: B7, 69 and 6E. RGB value is (183,105,110). Sum of RGB (Red+Green+Blue) = 183+105+110=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B7696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7696E is #489691. Grayscale: #808080. Windows color (decimal): -4757138 or 7236023. OLE color: 7236023.

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

Color convert

RGB183105110-
CMYK00.430.400.28
HSL356.15º35.14%56.47%-
HSV(B)356.15º42.62%71.76%-
XYZ27.3921.317.42-
YUV128.89117.34166.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.98%
GREEN value IS 105 (41.41% from 255) = 26.38%
BLUE value IS 110 (43.36% from 255) = 27.64%
R=45.98%
G=26.38%
B=27.64%

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
Decimal18310511000.430.400.28356.1535.1456.47
HexB7696E02B281C1642338
Octal26715115605350345444370
Binary1011011111010011101110010101110100011100101100100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7696E; }

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

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

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

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

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

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

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

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