#B76D73

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

Shades of Turkish Rose #B76D73

Tints of Turkish Rose #B76D73

Color information

#B76D73 (or 0xB76D73) is unknown color: approx Turkish Rose. HEX triplet: B7, 6D and 73. RGB value is (183,109,115). Sum of RGB (Red+Green+Blue) = 183+109+115=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76D73 is #48928C. Grayscale: #838383. Windows color (decimal): -4756109 or 7564727. OLE color: 7564727.

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

Color convert

RGB183109115-
CMYK00.400.370.28
HSL355.14º33.94%57.25%-
HSV(B)355.14º40.44%71.76%-
XYZ28.0922.2419.03-
YUV131.81118.52164.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.96%
GREEN value IS 109 (42.97% from 255) = 26.78%
BLUE value IS 115 (45.31% from 255) = 28.26%
R=44.96%
G=26.78%
B=28.26%

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
Decimal18310911500.400.370.28355.1433.9457.25
HexB76D73028251C1632239
Octal26715516305045345434271
Binary1011011111011011110011010100010010111100101100011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76D73; }

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

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

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

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

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

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

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

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