#B06075

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

Shades of Turkish Rose #B06075

Tints of Turkish Rose #B06075

Color information

#B06075 (or 0xB06075) is unknown color: approx Turkish Rose. HEX triplet: B0, 60 and 75. RGB value is (176,96,117). Sum of RGB (Red+Green+Blue) = 176+96+117=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B06075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06075 is #4F9F8A. Grayscale: #7A7A7A. Windows color (decimal): -5218187 or 7692464. OLE color: 7692464.

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

Color convert

RGB17696117-
CMYK00.450.340.31
HSL344.25º33.61%53.33%-
HSV(B)344.25º45.45%69.02%-
XYZ25.318.8819.14-
YUV122.31125166.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.24%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 117 (46.09% from 255) = 30.08%
R=45.24%
G=24.68%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769611700.450.340.31344.2533.6153.33
HexB0607502D221F1582235
Octal26014016505542375304265
Binary1011000011000001110101010110110001011111101011000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06075; }

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

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

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

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

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

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

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

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