#B7656E

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

Shades of Turkish Rose #B7656E

Tints of Turkish Rose #B7656E

Color information

#B7656E (or 0xB7656E) is unknown color: approx Turkish Rose. HEX triplet: B7, 65 and 6E. RGB value is (183,101,110). Sum of RGB (Red+Green+Blue) = 183+101+110=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B7656E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7656E is #489A91. Grayscale: #7E7E7E. Windows color (decimal): -4758162 or 7234999. OLE color: 7234999.

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

Color convert

RGB183101110-
CMYK00.450.400.28
HSL353.41º36.28%55.69%-
HSV(B)353.41º44.81%71.76%-
XYZ2720.517.29-
YUV126.54118.67168.27-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.45%
GREEN value IS 101 (39.84% from 255) = 25.63%
BLUE value IS 110 (43.36% from 255) = 27.92%
R=46.45%
G=25.63%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310111000.450.400.28353.4136.2855.69
HexB7656E02D281C1612438
Octal26714515605550345414470
Binary1011011111001011101110010110110100011100101100001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7656E; }

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

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

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

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

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

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

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

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