#B6676A

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

Shades of Turkish Rose #B6676A

Tints of Turkish Rose #B6676A

Color information

#B6676A (or 0xB6676A) is unknown color: approx Turkish Rose. HEX triplet: B6, 67 and 6A. RGB value is (182,103,106). Sum of RGB (Red+Green+Blue) = 182+103+106=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 182 - color contains mainly: red. Hex color #B6676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6676A is #499895. Grayscale: #7F7F7F. Windows color (decimal): -4823190 or 6973366. OLE color: 6973366.

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

Color convert

RGB182103106-
CMYK00.430.420.29
HSL357.72º35.11%55.88%-
HSV(B)357.72º43.41%71.37%-
XYZ26.7420.6916.22-
YUV126.96116.17167.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.55%
GREEN value IS 103 (40.62% from 255) = 26.34%
BLUE value IS 106 (41.80% from 255) = 27.11%
R=46.55%
G=26.34%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210310600.430.420.29357.7235.1155.88
HexB6676A02B2A1D1662338
Octal26614715205352355464370
Binary1011011011001111101010010101110101011101101100110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6676A; }

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

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

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

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

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

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

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

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