#B36574

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

Shades of Turkish Rose #B36574

Tints of Turkish Rose #B36574

Color information

#B36574 (or 0xB36574) is unknown color: approx Turkish Rose. HEX triplet: B3, 65 and 74. RGB value is (179,101,116). Sum of RGB (Red+Green+Blue) = 179+101+116=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B36574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36574 is #4C9A8B. Grayscale: #7E7E7E. Windows color (decimal): -5020300 or 7628211. OLE color: 7628211.

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

Color convert

RGB179101116-
CMYK00.440.350.30
HSL348.46º33.91%54.9%-
HSV(B)348.46º43.58%70.2%-
XYZ26.420.1519.02-
YUV126.03122.34165.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.20%
GREEN value IS 101 (39.84% from 255) = 25.51%
BLUE value IS 116 (45.70% from 255) = 29.29%
R=45.20%
G=25.51%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910111600.440.350.30348.4633.9154.9
HexB3657402C231E15c2237
Octal26314516405443365344267
Binary1011001111001011110100010110010001111110101011100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36574; }

 p { color: rgb(179,101,116); }

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

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

 a { background-color: rgb(179,101,116); }

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

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

 span { border-color: rgb(179,101,116); }

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