#B27475

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

Shades of Turkish Rose #B27475

Tints of Turkish Rose #B27475

Color information

#B27475 (or 0xB27475) is unknown color: approx Turkish Rose. HEX triplet: B2, 74 and 75. RGB value is (178,116,117). Sum of RGB (Red+Green+Blue) = 178+116+117=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B27475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27475 is #4D8B8A. Grayscale: #868686. Windows color (decimal): -5081995 or 7697586. OLE color: 7697586.

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

Color convert

RGB178116117-
CMYK00.350.340.30
HSL359.03º28.7%57.65%-
HSV(B)359.03º34.83%69.8%-
XYZ27.8223.2419.85-
YUV134.65118.04158.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.31%
GREEN value IS 116 (45.70% from 255) = 28.22%
BLUE value IS 117 (46.09% from 255) = 28.47%
R=43.31%
G=28.22%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811611700.350.340.30359.0328.757.65
HexB27475023221E1671d3a
Octal26216416504342365473572
Binary101100101110100111010101000111000101111010110011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27475; }

 p { color: rgb(178,116,117); }

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

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

 a { background-color: rgb(178,116,117); }

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

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

 span { border-color: rgb(178,116,117); }

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