#B07D7F

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

Shades of Turkish Rose #B07D7F

Tints of Turkish Rose #B07D7F

Color information

#B07D7F (or 0xB07D7F) is unknown color: approx Turkish Rose. HEX triplet: B0, 7D and 7F. RGB value is (176,125,127). Sum of RGB (Red+Green+Blue) = 176+125+127=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07D7F is #4F8280. Grayscale: #8C8C8C. Windows color (decimal): -5210753 or 8355248. OLE color: 8355248.

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

Color convert

RGB176125127-
CMYK00.290.280.31
HSL357.65º24.4%59.02%-
HSV(B)357.65º28.98%69.02%-
XYZ29.0725.4323.45-
YUV140.48120.4153.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.12%
GREEN value IS 125 (49.22% from 255) = 29.21%
BLUE value IS 127 (50% from 255) = 29.67%
R=41.12%
G=29.21%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612512700.290.280.31357.6524.459.02
HexB07D7F01D1C1F166183b
Octal26017517703534375463073
Binary1011000011111011111111011101111001111110110011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07D7F; }

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

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

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

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

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

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

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

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