#B36768

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

Shades of Turkish Rose #B36768

Tints of Turkish Rose #B36768

Color information

#B36768 (or 0xB36768) is unknown color: approx Turkish Rose. HEX triplet: B3, 67 and 68. RGB value is (179,103,104). Sum of RGB (Red+Green+Blue) = 179+103+104=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B36768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36768 is #4C9897. Grayscale: #7D7D7D. Windows color (decimal): -5019800 or 6842291. OLE color: 6842291.

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

Color convert

RGB179103104-
CMYK00.420.420.30
HSL359.21º33.33%55.29%-
HSV(B)359.21º42.46%70.2%-
XYZ25.9420.2815.64-
YUV125.84115.68165.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.37%
GREEN value IS 103 (40.62% from 255) = 26.68%
BLUE value IS 104 (41.02% from 255) = 26.94%
R=46.37%
G=26.68%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910310400.420.420.30359.2133.3355.29
HexB3676802A2A1E1672137
Octal26314715005252365474167
Binary1011001111001111101000010101010101011110101100111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36768; }

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

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

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

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

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

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

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

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