#B36274

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

Shades of Turkish Rose #B36274

Tints of Turkish Rose #B36274

Color information

#B36274 (or 0xB36274) is unknown color: approx Turkish Rose. HEX triplet: B3, 62 and 74. RGB value is (179,98,116). Sum of RGB (Red+Green+Blue) = 179+98+116=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B36274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36274 is #4C9D8B. Grayscale: #7C7C7C. Windows color (decimal): -5021068 or 7627443. OLE color: 7627443.

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

Color convert

RGB17998116-
CMYK00.450.350.30
HSL346.67º34.76%54.31%-
HSV(B)346.67º45.25%70.2%-
XYZ26.1119.5818.93-
YUV124.27123.34167.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.55%
GREEN value IS 98 (38.67% from 255) = 24.94%
BLUE value IS 116 (45.70% from 255) = 29.52%
R=45.55%
G=24.94%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799811600.450.350.30346.6734.7654.31
HexB3627402D231E15b2336
Octal26314216405543365334366
Binary1011001111000101110100010110110001111110101011011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36274; }

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

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

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

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

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

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

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

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