#B76573

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

Shades of Turkish Rose #B76573

Tints of Turkish Rose #B76573

Color information

#B76573 (or 0xB76573) is unknown color: approx Turkish Rose. HEX triplet: B7, 65 and 73. RGB value is (183,101,115). Sum of RGB (Red+Green+Blue) = 183+101+115=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B76573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76573 is #489A8C. Grayscale: #7F7F7F. Windows color (decimal): -4758157 or 7562679. OLE color: 7562679.

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

Color convert

RGB183101115-
CMYK00.450.370.28
HSL349.76º36.28%55.69%-
HSV(B)349.76º44.81%71.76%-
XYZ27.2820.6118.76-
YUV127.11121.17167.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.86%
GREEN value IS 101 (39.84% from 255) = 25.31%
BLUE value IS 115 (45.31% from 255) = 28.82%
R=45.86%
G=25.31%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310111500.450.370.28349.7636.2855.69
HexB7657302D251C15e2438
Octal26714516305545345364470
Binary1011011111001011110011010110110010111100101011110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76573; }

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

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

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

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

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

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

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

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