#B76571

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

Shades of Turkish Rose #B76571

Tints of Turkish Rose #B76571

Color information

#B76571 (or 0xB76571) is unknown color: approx Turkish Rose. HEX triplet: B7, 65 and 71. RGB value is (183,101,113). Sum of RGB (Red+Green+Blue) = 183+101+113=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B76571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76571 is #489A8E. Grayscale: #7E7E7E. Windows color (decimal): -4758159 or 7431607. OLE color: 7431607.

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

Color convert

RGB183101113-
CMYK00.450.380.28
HSL351.22º36.28%55.69%-
HSV(B)351.22º44.81%71.76%-
XYZ27.1620.5718.16-
YUV126.89120.17168.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.10%
GREEN value IS 101 (39.84% from 255) = 25.44%
BLUE value IS 113 (44.53% from 255) = 28.46%
R=46.10%
G=25.44%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310111300.450.380.28351.2236.2855.69
HexB7657102D261C15f2438
Octal26714516105546345374470
Binary1011011111001011110001010110110011011100101011111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76571; }

 p { color: rgb(183,101,113); }

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

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

 a { background-color: rgb(183,101,113); }

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

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

 span { border-color: rgb(183,101,113); }

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