#B07D7E

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

Shades of Turkish Rose #B07D7E

Tints of Turkish Rose #B07D7E

Color information

#B07D7E (or 0xB07D7E) is unknown color: approx Turkish Rose. HEX triplet: B0, 7D and 7E. RGB value is (176,125,126). Sum of RGB (Red+Green+Blue) = 176+125+126=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07D7E is #4F8281. Grayscale: #8C8C8C. Windows color (decimal): -5210754 or 8289712. OLE color: 8289712.

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

Color convert

RGB176125126-
CMYK00.290.280.31
HSL358.82º24.4%59.02%-
HSV(B)358.82º28.98%69.02%-
XYZ2925.423.11-
YUV140.36119.9153.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.22%
GREEN value IS 125 (49.22% from 255) = 29.27%
BLUE value IS 126 (49.61% from 255) = 29.51%
R=41.22%
G=29.27%
B=29.51%

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
Decimal17612512600.290.280.31358.8224.459.02
HexB07D7E01D1C1F167183b
Octal26017517603534375473073
Binary1011000011111011111110011101111001111110110011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07D7E; }

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

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

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

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

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

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

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

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