#B36974

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

Shades of Turkish Rose #B36974

Tints of Turkish Rose #B36974

Color information

#B36974 (or 0xB36974) is unknown color: approx Turkish Rose. HEX triplet: B3, 69 and 74. RGB value is (179,105,116). Sum of RGB (Red+Green+Blue) = 179+105+116=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B36974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36974 is #4C968B. Grayscale: #808080. Windows color (decimal): -5019276 or 7629235. OLE color: 7629235.

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

Color convert

RGB179105116-
CMYK00.410.350.30
HSL351.08º32.74%55.69%-
HSV(B)351.08º41.34%70.2%-
XYZ26.7920.9519.15-
YUV128.38121.02164.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.75%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 116 (45.70% from 255) = 29%
R=44.75%
G=26.25%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910511600.410.350.30351.0832.7455.69
HexB36974029231E15f2138
Octal26315116405143365374170
Binary1011001111010011110100010100110001111110101011111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36974; }

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

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

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

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

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

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

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

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