#B6676E

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

Shades of Turkish Rose #B6676E

Tints of Turkish Rose #B6676E

Color information

#B6676E (or 0xB6676E) is unknown color: approx Turkish Rose. HEX triplet: B6, 67 and 6E. RGB value is (182,103,110). Sum of RGB (Red+Green+Blue) = 182+103+110=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B6676E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6676E is #499891. Grayscale: #7F7F7F. Windows color (decimal): -4823186 or 7235510. OLE color: 7235510.

HSL color Cylindrical-coordinate representation of color #B6676E: hue angle of 354.68º 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 #B6676E is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB182103110-
CMYK00.430.400.29
HSL354.68º35.11%55.88%-
HSV(B)354.68º43.41%71.37%-
XYZ26.9620.7717.34-
YUV127.42118.17166.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.08%
GREEN value IS 103 (40.62% from 255) = 26.08%
BLUE value IS 110 (43.36% from 255) = 27.85%
R=46.08%
G=26.08%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210311000.430.400.29354.6835.1155.88
HexB6676E02B281D1632338
Octal26614715605350355434370
Binary1011011011001111101110010101110100011101101100011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6676E; }

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

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

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

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

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

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

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

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