#B37275

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

Shades of Turkish Rose #B37275

Tints of Turkish Rose #B37275

Color information

#B37275 (or 0xB37275) is unknown color: approx Turkish Rose. HEX triplet: B3, 72 and 75. RGB value is (179,114,117). Sum of RGB (Red+Green+Blue) = 179+114+117=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B37275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37275 is #4C8D8A. Grayscale: #858585. Windows color (decimal): -5016971 or 7697075. OLE color: 7697075.

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

Color convert

RGB179114117-
CMYK00.360.350.30
HSL357.23º29.95%57.45%-
HSV(B)357.23º36.31%70.2%-
XYZ27.8222.919.78-
YUV133.78118.53160.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.66%
GREEN value IS 114 (44.92% from 255) = 27.80%
BLUE value IS 117 (46.09% from 255) = 28.54%
R=43.66%
G=27.80%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911411700.360.350.30357.2329.9557.45
HexB37275024231E1651e39
Octal26316216504443365453671
Binary101100111110010111010101001001000111111010110010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37275; }

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

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

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

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

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

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

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

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