#B76E73

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

Shades of Turkish Rose #B76E73

Tints of Turkish Rose #B76E73

Color information

#B76E73 (or 0xB76E73) is unknown color: approx Turkish Rose. HEX triplet: B7, 6E and 73. RGB value is (183,110,115). Sum of RGB (Red+Green+Blue) = 183+110+115=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76E73 is #48918C. Grayscale: #848484. Windows color (decimal): -4755853 or 7564983. OLE color: 7564983.

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

Color convert

RGB183110115-
CMYK00.400.370.28
HSL355.89º33.64%57.45%-
HSV(B)355.89º39.89%71.76%-
XYZ28.222.4619.07-
YUV132.4118.18164.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.85%
GREEN value IS 110 (43.36% from 255) = 26.96%
BLUE value IS 115 (45.31% from 255) = 28.19%
R=44.85%
G=26.96%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311011500.400.370.28355.8933.6457.45
HexB76E73028251C1642239
Octal26715616305045345444271
Binary1011011111011101110011010100010010111100101100100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76E73; }

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

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

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

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

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

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

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

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