#B6676C

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

Shades of Turkish Rose #B6676C

Tints of Turkish Rose #B6676C

Color information

#B6676C (or 0xB6676C) is unknown color: approx Turkish Rose. HEX triplet: B6, 67 and 6C. RGB value is (182,103,108). Sum of RGB (Red+Green+Blue) = 182+103+108=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B6676C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6676C is #499893. Grayscale: #7F7F7F. Windows color (decimal): -4823188 or 7104438. OLE color: 7104438.

HSL color Cylindrical-coordinate representation of color #B6676C: hue angle of 356.2º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B6676C is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB182103108-
CMYK00.430.410.29
HSL356.2º35.11%55.88%-
HSV(B)356.2º43.41%71.37%-
XYZ26.8520.7316.77-
YUV127.19117.17167.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.31%
GREEN value IS 103 (40.62% from 255) = 26.21%
BLUE value IS 108 (42.58% from 255) = 27.48%
R=46.31%
G=26.21%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210310800.430.410.29356.235.1155.88
HexB6676C02B291D1642338
Octal26614715405351355444370
Binary1011011011001111101100010101110100111101101100100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6676C; }

 p { color: rgb(182,103,108); }

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

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

 a { background-color: rgb(182,103,108); }

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

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

 span { border-color: rgb(182,103,108); }

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