#B07A7F

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

Shades of Turkish Rose #B07A7F

Tints of Turkish Rose #B07A7F

Color information

#B07A7F (or 0xB07A7F) is unknown color: approx Turkish Rose. HEX triplet: B0, 7A and 7F. RGB value is (176,122,127). Sum of RGB (Red+Green+Blue) = 176+122+127=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07A7F is #4F8580. Grayscale: #8A8A8A. Windows color (decimal): -5211521 or 8354480. OLE color: 8354480.

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

Color convert

RGB176122127-
CMYK00.310.280.31
HSL354.44º25.47%58.43%-
HSV(B)354.44º30.68%69.02%-
XYZ28.6924.6823.33-
YUV138.72121.39154.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.41%
GREEN value IS 122 (48.05% from 255) = 28.71%
BLUE value IS 127 (50% from 255) = 29.88%
R=41.41%
G=28.71%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612212700.310.280.31354.4425.4758.43
HexB07A7F01F1C1F162193a
Octal26017217703734375423172
Binary1011000011110101111111011111111001111110110001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07A7F; }

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

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

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

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

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

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

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

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