#B0747B

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

Shades of Turkish Rose #B0747B

Tints of Turkish Rose #B0747B

Color information

#B0747B (or 0xB0747B) is unknown color: approx Turkish Rose. HEX triplet: B0, 74 and 7B. RGB value is (176,116,123). Sum of RGB (Red+Green+Blue) = 176+116+123=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B0747B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0747B is #4F8B84. Grayscale: #868686. Windows color (decimal): -5213061 or 8090800. OLE color: 8090800.

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

Color convert

RGB176116123-
CMYK00.340.300.31
HSL353º27.52%57.25%-
HSV(B)353º34.09%69.02%-
XYZ27.7323.1521.75-
YUV134.74121.38157.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.41%
GREEN value IS 116 (45.70% from 255) = 27.95%
BLUE value IS 123 (48.44% from 255) = 29.64%
R=42.41%
G=27.95%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611612300.340.300.3135327.5257.25
HexB0747B0221E1F1611c39
Octal26016417304236375413471
Binary10110000111010011110110100010111101111110110000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0747B; }

 p { color: rgb(176,116,123); }

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

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

 a { background-color: rgb(176,116,123); }

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

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

 span { border-color: rgb(176,116,123); }

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