#B36B74

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

Shades of Turkish Rose #B36B74

Tints of Turkish Rose #B36B74

Color information

#B36B74 (or 0xB36B74) is unknown color: approx Turkish Rose. HEX triplet: B3, 6B and 74. RGB value is (179,107,116). Sum of RGB (Red+Green+Blue) = 179+107+116=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B36B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36B74 is #4C948B. Grayscale: #818181. Windows color (decimal): -5018764 or 7629747. OLE color: 7629747.

HSL color Cylindrical-coordinate representation of color #B36B74: hue angle of 352.5º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B36B74 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB179107116-
CMYK00.400.350.30
HSL352.5º32.14%56.08%-
HSV(B)352.5º40.22%70.2%-
XYZ2721.3619.22-
YUV129.55120.35163.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 107 (42.19% from 255) = 26.62%
BLUE value IS 116 (45.70% from 255) = 28.86%
R=44.53%
G=26.62%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910711600.400.350.30352.532.1456.08
HexB36B74028231E1602038
Octal26315316405043365404070
Binary1011001111010111110100010100010001111110101100000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36B74; }

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

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

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

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

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

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

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

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