#B36769

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

Shades of Turkish Rose #B36769

Tints of Turkish Rose #B36769

Color information

#B36769 (or 0xB36769) is unknown color: approx Turkish Rose. HEX triplet: B3, 67 and 69. RGB value is (179,103,105). Sum of RGB (Red+Green+Blue) = 179+103+105=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B36769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36769 is #4C9896. Grayscale: #7E7E7E. Windows color (decimal): -5019799 or 6907827. OLE color: 6907827.

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

Color convert

RGB179103105-
CMYK00.420.410.30
HSL358.42º33.33%55.29%-
HSV(B)358.42º42.46%70.2%-
XYZ25.9920.315.91-
YUV125.95116.18165.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.25%
GREEN value IS 103 (40.62% from 255) = 26.61%
BLUE value IS 105 (41.41% from 255) = 27.13%
R=46.25%
G=26.61%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910310500.420.410.30358.4233.3355.29
HexB3676902A291E1662137
Octal26314715105251365464167
Binary1011001111001111101001010101010100111110101100110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36769; }

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

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

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

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

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

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

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

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