#B07F82

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

Shades of Turkish Rose #B07F82

Tints of Turkish Rose #B07F82

Color information

#B07F82 (or 0xB07F82) is unknown color: approx Turkish Rose. HEX triplet: B0, 7F and 82. RGB value is (176,127,130). Sum of RGB (Red+Green+Blue) = 176+127+130=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07F82 is #4F807D. Grayscale: #8E8E8E. Windows color (decimal): -5210238 or 8552368. OLE color: 8552368.

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

Color convert

RGB176127130-
CMYK00.280.260.31
HSL356.33º23.67%59.41%-
HSV(B)356.33º27.84%69.02%-
XYZ29.5226.0224.59-
YUV141.99121.23152.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.65%
GREEN value IS 127 (50% from 255) = 29.33%
BLUE value IS 130 (51.17% from 255) = 30.02%
R=40.65%
G=29.33%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612713000.280.260.31356.3323.6759.41
HexB07F8201C1A1F164183b
Octal26017720203432375443073
Binary10110000111111110000010011100110101111110110010011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07F82; }

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

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

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

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

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

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

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

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