#B07C7E

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

Shades of Turkish Rose #B07C7E

Tints of Turkish Rose #B07C7E

Color information

#B07C7E (or 0xB07C7E) is unknown color: approx Turkish Rose. HEX triplet: B0, 7C and 7E. RGB value is (176,124,126). Sum of RGB (Red+Green+Blue) = 176+124+126=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07C7E is #4F8381. Grayscale: #8B8B8B. Windows color (decimal): -5211010 or 8289456. OLE color: 8289456.

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

Color convert

RGB176124126-
CMYK00.300.280.31
HSL357.69º24.76%58.82%-
HSV(B)357.69º29.55%69.02%-
XYZ28.8825.1523.07-
YUV139.78120.23153.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.31%
GREEN value IS 124 (48.83% from 255) = 29.11%
BLUE value IS 126 (49.61% from 255) = 29.58%
R=41.31%
G=29.11%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612412600.300.280.31357.6924.7658.82
HexB07C7E01E1C1F166193b
Octal26017417603634375463173
Binary1011000011111001111110011110111001111110110011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07C7E; }

 p { color: rgb(176,124,126); }

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

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

 a { background-color: rgb(176,124,126); }

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

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

 span { border-color: rgb(176,124,126); }

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