#B0707A

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

Shades of Turkish Rose #B0707A

Tints of Turkish Rose #B0707A

Color information

#B0707A (or 0xB0707A) is unknown color: approx Turkish Rose. HEX triplet: B0, 70 and 7A. RGB value is (176,112,122). Sum of RGB (Red+Green+Blue) = 176+112+122=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B0707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0707A is #4F8F85. Grayscale: #848484. Windows color (decimal): -5214086 or 8024240. OLE color: 8024240.

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

Color convert

RGB176112122-
CMYK00.360.310.31
HSL350.62º28.83%56.47%-
HSV(B)350.62º36.36%69.02%-
XYZ27.2122.2221.27-
YUV132.28122.2159.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.93%
GREEN value IS 112 (44.14% from 255) = 27.32%
BLUE value IS 122 (48.05% from 255) = 29.76%
R=42.93%
G=27.32%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611212200.360.310.31350.6228.8356.47
HexB0707A0241F1F15f1d38
Octal26016017204437375373570
Binary10110000111000011110100100100111111111110101111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0707A; }

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

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

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

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

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

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

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

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