#B07278

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

Shades of Turkish Rose #B07278

Tints of Turkish Rose #B07278

Color information

#B07278 (or 0xB07278) is unknown color: approx Turkish Rose. HEX triplet: B0, 72 and 78. RGB value is (176,114,120). Sum of RGB (Red+Green+Blue) = 176+114+120=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B07278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07278 is #4F8D87. Grayscale: #858585. Windows color (decimal): -5213576 or 7893680. OLE color: 7893680.

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

Color convert

RGB176114120-
CMYK00.350.320.31
HSL354.19º28.18%56.86%-
HSV(B)354.19º35.23%69.02%-
XYZ27.3122.6220.7-
YUV133.22120.54158.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.93%
GREEN value IS 114 (44.92% from 255) = 27.80%
BLUE value IS 120 (47.27% from 255) = 29.27%
R=42.93%
G=27.80%
B=29.27%

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
Decimal17611412000.350.320.31354.1928.1856.86
HexB07278023201F1621c39
Octal26016217004340375423471
Binary101100001110010111100001000111000001111110110001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07278; }

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

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

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

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

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

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

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

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