#B7646F

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

Shades of Turkish Rose #B7646F

Tints of Turkish Rose #B7646F

Color information

#B7646F (or 0xB7646F) is unknown color: approx Turkish Rose. HEX triplet: B7, 64 and 6F. RGB value is (183,100,111). Sum of RGB (Red+Green+Blue) = 183+100+111=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B7646F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7646F is #489B90. Grayscale: #7E7E7E. Windows color (decimal): -4758417 or 7300279. OLE color: 7300279.

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

Color convert

RGB183100111-
CMYK00.450.390.28
HSL352.05º36.56%55.49%-
HSV(B)352.05º45.36%71.76%-
XYZ26.9520.3317.54-
YUV126.07119.5168.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.45%
GREEN value IS 100 (39.45% from 255) = 25.38%
BLUE value IS 111 (43.75% from 255) = 28.17%
R=46.45%
G=25.38%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310011100.450.390.28352.0536.5655.49
HexB7646F02D271C1602537
Octal26714415705547345404567
Binary1011011111001001101111010110110011111100101100000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7646F; }

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

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

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

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

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

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

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

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