#B07078

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

Shades of Turkish Rose #B07078

Tints of Turkish Rose #B07078

Color information

#B07078 (or 0xB07078) is unknown color: approx Turkish Rose. HEX triplet: B0, 70 and 78. RGB value is (176,112,120). Sum of RGB (Red+Green+Blue) = 176+112+120=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B07078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07078 is #4F8F87. Grayscale: #848484. Windows color (decimal): -5214088 or 7893168. OLE color: 7893168.

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

Color convert

RGB176112120-
CMYK00.360.320.31
HSL352.5º28.83%56.47%-
HSV(B)352.5º36.36%69.02%-
XYZ27.0922.1720.62-
YUV132.05121.2159.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.14%
GREEN value IS 112 (44.14% from 255) = 27.45%
BLUE value IS 120 (47.27% from 255) = 29.41%
R=43.14%
G=27.45%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611212000.360.320.31352.528.8356.47
HexB07078024201F1601d38
Octal26016017004440375403570
Binary101100001110000111100001001001000001111110110000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07078; }

 p { color: rgb(176,112,120); }

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

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

 a { background-color: rgb(176,112,120); }

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

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

 span { border-color: rgb(176,112,120); }

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