#B36275

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

Shades of Turkish Rose #B36275

Tints of Turkish Rose #B36275

Color information

#B36275 (or 0xB36275) is unknown color: approx Turkish Rose. HEX triplet: B3, 62 and 75. RGB value is (179,98,117). Sum of RGB (Red+Green+Blue) = 179+98+117=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B36275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36275 is #4C9D8A. Grayscale: #7C7C7C. Windows color (decimal): -5021067 or 7692979. OLE color: 7692979.

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

Color convert

RGB17998117-
CMYK00.450.350.30
HSL345.93º34.76%54.31%-
HSV(B)345.93º45.25%70.2%-
XYZ26.1719.619.23-
YUV124.38123.84166.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.43%
GREEN value IS 98 (38.67% from 255) = 24.87%
BLUE value IS 117 (46.09% from 255) = 29.70%
R=45.43%
G=24.87%
B=29.70%

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
Decimal1799811700.450.350.30345.9334.7654.31
HexB3627502D231E15a2336
Octal26314216505543365324366
Binary1011001111000101110101010110110001111110101011010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36275; }

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

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

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

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

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

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

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

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