#B36775

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

Shades of Turkish Rose #B36775

Tints of Turkish Rose #B36775

Color information

#B36775 (or 0xB36775) is unknown color: approx Turkish Rose. HEX triplet: B3, 67 and 75. RGB value is (179,103,117). Sum of RGB (Red+Green+Blue) = 179+103+117=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B36775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36775 is #4C988A. Grayscale: #7F7F7F. Windows color (decimal): -5019787 or 7694259. OLE color: 7694259.

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

Color convert

RGB179103117-
CMYK00.420.350.30
HSL348.95º33.33%55.29%-
HSV(B)348.95º42.46%70.2%-
XYZ26.6520.5719.4-
YUV127.32122.18164.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.86%
GREEN value IS 103 (40.62% from 255) = 25.81%
BLUE value IS 117 (46.09% from 255) = 29.32%
R=44.86%
G=25.81%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910311700.420.350.30348.9533.3355.29
HexB3677502A231E15d2137
Octal26314716505243365354167
Binary1011001111001111110101010101010001111110101011101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36775; }

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

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

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

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

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

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

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

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