#B76670

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

Shades of Turkish Rose #B76670

Tints of Turkish Rose #B76670

Color information

#B76670 (or 0xB76670) is unknown color: approx Turkish Rose. HEX triplet: B7, 66 and 70. RGB value is (183,102,112). Sum of RGB (Red+Green+Blue) = 183+102+112=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B76670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76670 is #48998F. Grayscale: #7F7F7F. Windows color (decimal): -4757904 or 7366327. OLE color: 7366327.

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

Color convert

RGB183102112-
CMYK00.440.390.28
HSL352.59º36%55.88%-
HSV(B)352.59º44.26%71.76%-
XYZ27.220.7417.9-
YUV127.36119.34167.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.10%
GREEN value IS 102 (40.23% from 255) = 25.69%
BLUE value IS 112 (44.14% from 255) = 28.21%
R=46.10%
G=25.69%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310211200.440.390.28352.593655.88
HexB7667002C271C1612438
Octal26714616005447345414470
Binary1011011111001101110000010110010011111100101100001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76670; }

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

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

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

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

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

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

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

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