#B07378

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

Shades of Turkish Rose #B07378

Tints of Turkish Rose #B07378

Color information

#B07378 (or 0xB07378) is unknown color: approx Turkish Rose. HEX triplet: B0, 73 and 78. RGB value is (176,115,120). Sum of RGB (Red+Green+Blue) = 176+115+120=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B07378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07378 is #4F8C87. Grayscale: #858585. Windows color (decimal): -5213320 or 7893936. OLE color: 7893936.

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

Color convert

RGB176115120-
CMYK00.350.320.31
HSL355.08º27.85%57.06%-
HSV(B)355.08º34.66%69.02%-
XYZ27.4322.8520.73-
YUV133.81120.21158.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.82%
GREEN value IS 115 (45.31% from 255) = 27.98%
BLUE value IS 120 (47.27% from 255) = 29.20%
R=42.82%
G=27.98%
B=29.20%

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
Decimal17611512000.350.320.31355.0827.8557.06
HexB07378023201F1631c39
Octal26016317004340375433471
Binary101100001110011111100001000111000001111110110001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07378; }

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

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

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

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

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

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

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

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