#B76473

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

Shades of Turkish Rose #B76473

Tints of Turkish Rose #B76473

Color information

#B76473 (or 0xB76473) is unknown color: approx Turkish Rose. HEX triplet: B7, 64 and 73. RGB value is (183,100,115). Sum of RGB (Red+Green+Blue) = 183+100+115=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B76473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76473 is #489B8C. Grayscale: #7E7E7E. Windows color (decimal): -4758413 or 7562423. OLE color: 7562423.

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

Color convert

RGB183100115-
CMYK00.450.370.28
HSL349.16º36.56%55.49%-
HSV(B)349.16º45.36%71.76%-
XYZ27.1820.4218.73-
YUV126.53121.5168.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.98%
GREEN value IS 100 (39.45% from 255) = 25.13%
BLUE value IS 115 (45.31% from 255) = 28.89%
R=45.98%
G=25.13%
B=28.89%

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
Decimal18310011500.450.370.28349.1636.5655.49
HexB7647302D251C15d2537
Octal26714416305545345354567
Binary1011011111001001110011010110110010111100101011101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76473; }

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

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

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

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

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

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

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

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