#B76675

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

Shades of Turkish Rose #B76675

Tints of Turkish Rose #B76675

Color information

#B76675 (or 0xB76675) is unknown color: approx Turkish Rose. HEX triplet: B7, 66 and 75. RGB value is (183,102,117). Sum of RGB (Red+Green+Blue) = 183+102+117=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B76675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76675 is #48998A. Grayscale: #7F7F7F. Windows color (decimal): -4757899 or 7694007. OLE color: 7694007.

HSL color Cylindrical-coordinate representation of color #B76675: hue angle of 348.89º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B76675 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB183102117-
CMYK00.440.360.28
HSL348.89º36%55.88%-
HSV(B)348.89º44.26%71.76%-
XYZ27.4920.8519.41-
YUV127.93121.84167.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.52%
GREEN value IS 102 (40.23% from 255) = 25.37%
BLUE value IS 117 (46.09% from 255) = 29.10%
R=45.52%
G=25.37%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310211700.440.360.28348.893655.88
HexB7667502C241C15d2438
Octal26714616505444345354470
Binary1011011111001101110101010110010010011100101011101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76675; }

 p { color: rgb(183,102,117); }

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

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

 a { background-color: rgb(183,102,117); }

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

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

 span { border-color: rgb(183,102,117); }

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