#B27477

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

Shades of Turkish Rose #B27477

Tints of Turkish Rose #B27477

Color information

#B27477 (or 0xB27477) is unknown color: approx Turkish Rose. HEX triplet: B2, 74 and 77. RGB value is (178,116,119). Sum of RGB (Red+Green+Blue) = 178+116+119=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B27477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27477 is #4D8B88. Grayscale: #868686. Windows color (decimal): -5081993 or 7828658. OLE color: 7828658.

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

Color convert

RGB178116119-
CMYK00.350.330.30
HSL357.1º28.7%57.65%-
HSV(B)357.1º34.83%69.8%-
XYZ27.9423.2920.48-
YUV134.88119.04158.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.10%
GREEN value IS 116 (45.70% from 255) = 28.09%
BLUE value IS 119 (46.88% from 255) = 28.81%
R=43.10%
G=28.09%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811611900.350.330.30357.128.757.65
HexB27477023211E1651d3a
Octal26216416704341365453572
Binary101100101110100111011101000111000011111010110010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27477; }

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

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

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

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

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

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

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

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