#B27478

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

Shades of Turkish Rose #B27478

Tints of Turkish Rose #B27478

Color information

#B27478 (or 0xB27478) is unknown color: approx Turkish Rose. HEX triplet: B2, 74 and 78. RGB value is (178,116,120). Sum of RGB (Red+Green+Blue) = 178+116+120=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B27478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27478 is #4D8B87. Grayscale: #878787. Windows color (decimal): -5081992 or 7894194. OLE color: 7894194.

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

Color convert

RGB178116120-
CMYK00.350.330.30
HSL356.13º28.7%57.65%-
HSV(B)356.13º34.83%69.8%-
XYZ2823.3120.79-
YUV134.99119.54158.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.00%
GREEN value IS 116 (45.70% from 255) = 28.02%
BLUE value IS 120 (47.27% from 255) = 28.99%
R=43.00%
G=28.02%
B=28.99%

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
Decimal17811612000.350.330.30356.1328.757.65
HexB27478023211E1641d3a
Octal26216417004341365443572
Binary101100101110100111100001000111000011111010110010011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27478; }

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

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

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

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

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

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

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

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