#B76775

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

Shades of Turkish Rose #B76775

Tints of Turkish Rose #B76775

Color information

#B76775 (or 0xB76775) is unknown color: approx Turkish Rose. HEX triplet: B7, 67 and 75. RGB value is (183,103,117). Sum of RGB (Red+Green+Blue) = 183+103+117=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B76775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76775 is #48988A. Grayscale: #808080. Windows color (decimal): -4757643 or 7694263. OLE color: 7694263.

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

Color convert

RGB183103117-
CMYK00.440.360.28
HSL349.5º35.71%56.08%-
HSV(B)349.5º43.72%71.76%-
XYZ27.5921.0519.44-
YUV128.52121.5166.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.41%
GREEN value IS 103 (40.62% from 255) = 25.56%
BLUE value IS 117 (46.09% from 255) = 29.03%
R=45.41%
G=25.56%
B=29.03%

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
Decimal18310311700.440.360.28349.535.7156.08
HexB7677502C241C15e2438
Octal26714716505444345364470
Binary1011011111001111110101010110010010011100101011110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76775; }

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

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

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

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

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

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

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

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