#B76F73

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

Shades of Turkish Rose #B76F73

Tints of Turkish Rose #B76F73

Color information

#B76F73 (or 0xB76F73) is unknown color: approx Turkish Rose. HEX triplet: B7, 6F and 73. RGB value is (183,111,115). Sum of RGB (Red+Green+Blue) = 183+111+115=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76F73 is #48908C. Grayscale: #858585. Windows color (decimal): -4755597 or 7565239. OLE color: 7565239.

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

Color convert

RGB183111115-
CMYK00.390.370.28
HSL356.67º33.33%57.65%-
HSV(B)356.67º39.34%71.76%-
XYZ28.3122.6719.1-
YUV132.98117.85163.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.74%
GREEN value IS 111 (43.75% from 255) = 27.14%
BLUE value IS 115 (45.31% from 255) = 28.12%
R=44.74%
G=27.14%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311111500.390.370.28356.6733.3357.65
HexB76F73027251C165213a
Octal26715716304745345454172
Binary1011011111011111110011010011110010111100101100101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76F73; }

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

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

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

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

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

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

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

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