#B3676D

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

Shades of Turkish Rose #B3676D

Tints of Turkish Rose #B3676D

Color information

#B3676D (or 0xB3676D) is unknown color: approx Turkish Rose. HEX triplet: B3, 67 and 6D. RGB value is (179,103,109). Sum of RGB (Red+Green+Blue) = 179+103+109=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B3676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3676D is #4C9892. Grayscale: #7E7E7E. Windows color (decimal): -5019795 or 7169971. OLE color: 7169971.

HSL color Cylindrical-coordinate representation of color #B3676D: hue angle of 355.26º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B3676D is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB179103109-
CMYK00.420.390.30
HSL355.26º33.33%55.29%-
HSV(B)355.26º42.46%70.2%-
XYZ26.220.3917.02-
YUV126.41118.18165.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.78%
GREEN value IS 103 (40.62% from 255) = 26.34%
BLUE value IS 109 (42.97% from 255) = 27.88%
R=45.78%
G=26.34%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910310900.420.390.30355.2633.3355.29
HexB3676D02A271E1632137
Octal26314715505247365434167
Binary1011001111001111101101010101010011111110101100011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3676D; }

 p { color: rgb(179,103,109); }

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

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

 a { background-color: rgb(179,103,109); }

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

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

 span { border-color: rgb(179,103,109); }

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