#b76a73

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

Shades of Turkish Rose #B76A73

Tints of Turkish Rose #B76A73

Color information

#B76A73 (or 0xB76A73) is unknown color: approx Turkish Rose. HEX triplet: B7, 6A and 73. RGB value is (183,106,115). Sum of RGB (Red+Green+Blue) = 183+106+115=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76A73 is #48958C. Grayscale: #828282. Windows color (decimal): -4756877 or 7563959. OLE color: 7563959.

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

Color convert

RGB183106115-
CMYK00.420.370.28
HSL352.99º34.84%56.67%-
HSV(B)352.99º42.08%71.76%-
XYZ27.7821.6118.93-
YUV130.05119.51165.77-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.30%
GREEN value IS 106 (41.80% from 255) = 26.24%
BLUE value IS 115 (45.31% from 255) = 28.47%
R=45.30%
G=26.24%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310611500.420.370.28352.9934.8456.67
HexB76A7302A251C1612339
Octal26715216305245345414371
Binary1011011111010101110011010101010010111100101100001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b76a73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b76a73; }

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

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

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

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

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

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

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

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