#B36270

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

Shades of Turkish Rose #B36270

Tints of Turkish Rose #B36270

Color information

#B36270 (or 0xB36270) is unknown color: approx Turkish Rose. HEX triplet: B3, 62 and 70. RGB value is (179,98,112). Sum of RGB (Red+Green+Blue) = 179+98+112=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B36270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36270 is #4C9D8F. Grayscale: #7B7B7B. Windows color (decimal): -5021072 or 7365299. OLE color: 7365299.

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

Color convert

RGB17998112-
CMYK00.450.370.30
HSL349.63º34.76%54.31%-
HSV(B)349.63º45.25%70.2%-
XYZ25.8819.4917.73-
YUV123.82121.34167.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.02%
GREEN value IS 98 (38.67% from 255) = 25.19%
BLUE value IS 112 (44.14% from 255) = 28.79%
R=46.02%
G=25.19%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799811200.450.370.30349.6334.7654.31
HexB3627002D251E15e2336
Octal26314216005545365364366
Binary1011001111000101110000010110110010111110101011110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36270; }

 p { color: rgb(179,98,112); }

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

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

 a { background-color: rgb(179,98,112); }

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

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

 span { border-color: rgb(179,98,112); }

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