#B17378

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

Shades of Turkish Rose #B17378

Tints of Turkish Rose #B17378

Color information

#B17378 (or 0xB17378) is unknown color: approx Turkish Rose. HEX triplet: B1, 73 and 78. RGB value is (177,115,120). Sum of RGB (Red+Green+Blue) = 177+115+120=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B17378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17378 is #4E8C87. Grayscale: #868686. Windows color (decimal): -5147784 or 7893937. OLE color: 7893937.

HSL color Cylindrical-coordinate representation of color #B17378: hue angle of 355.16º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B17378 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB177115120-
CMYK00.350.320.31
HSL355.16º28.44%57.25%-
HSV(B)355.16º35.03%69.41%-
XYZ27.6522.9620.74-
YUV134.11120.04158.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.96%
GREEN value IS 115 (45.31% from 255) = 27.91%
BLUE value IS 120 (47.27% from 255) = 29.13%
R=42.96%
G=27.91%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711512000.350.320.31355.1628.4457.25
HexB17378023201F1631c39
Octal26116317004340375433471
Binary101100011110011111100001000111000001111110110001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17378; }

 p { color: rgb(177,115,120); }

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

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

 a { background-color: rgb(177,115,120); }

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

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

 span { border-color: rgb(177,115,120); }

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