#B76E6F

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

Shades of Turkish Rose #B76E6F

Tints of Turkish Rose #B76E6F

Color information

#B76E6F (or 0xB76E6F) is unknown color: approx Turkish Rose. HEX triplet: B7, 6E and 6F. RGB value is (183,110,111). Sum of RGB (Red+Green+Blue) = 183+110+111=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76E6F is #489190. Grayscale: #848484. Windows color (decimal): -4755857 or 7302839. OLE color: 7302839.

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

Color convert

RGB183110111-
CMYK00.400.390.28
HSL359.18º33.64%57.45%-
HSV(B)359.18º39.89%71.76%-
XYZ27.9722.3717.88-
YUV131.94116.18164.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.30%
GREEN value IS 110 (43.36% from 255) = 27.23%
BLUE value IS 111 (43.75% from 255) = 27.48%
R=45.30%
G=27.23%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311011100.400.390.28359.1833.6457.45
HexB76E6F028271C1672239
Octal26715615705047345474271
Binary1011011111011101101111010100010011111100101100111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76E6F; }

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

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

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

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

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

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

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

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