#B06875

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

Shades of Turkish Rose #B06875

Tints of Turkish Rose #B06875

Color information

#B06875 (or 0xB06875) is unknown color: approx Turkish Rose. HEX triplet: B0, 68 and 75. RGB value is (176,104,117). Sum of RGB (Red+Green+Blue) = 176+104+117=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B06875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06875 is #4F978A. Grayscale: #7F7F7F. Windows color (decimal): -5216139 or 7694512. OLE color: 7694512.

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

Color convert

RGB176104117-
CMYK00.410.340.31
HSL349.17º31.3%54.9%-
HSV(B)349.17º40.91%69.02%-
XYZ26.0720.4219.4-
YUV127.01122.35162.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.33%
GREEN value IS 104 (41.02% from 255) = 26.20%
BLUE value IS 117 (46.09% from 255) = 29.47%
R=44.33%
G=26.20%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610411700.410.340.31349.1731.354.9
HexB06875029221F15d1f37
Octal26015016505142375353767
Binary101100001101000111010101010011000101111110101110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06875; }

 p { color: rgb(176,104,117); }

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

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

 a { background-color: rgb(176,104,117); }

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

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

 span { border-color: rgb(176,104,117); }

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