#B06B75

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

Shades of Turkish Rose #B06B75

Tints of Turkish Rose #B06B75

Color information

#B06B75 (or 0xB06B75) is unknown color: approx Turkish Rose. HEX triplet: B0, 6B and 75. RGB value is (176,107,117). Sum of RGB (Red+Green+Blue) = 176+107+117=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06B75 is #4F948A. Grayscale: #808080. Windows color (decimal): -5215371 or 7695280. OLE color: 7695280.

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

Color convert

RGB176107117-
CMYK00.390.340.31
HSL351.3º30.4%55.49%-
HSV(B)351.3º39.2%69.02%-
XYZ26.3721.0319.5-
YUV128.77121.36161.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44%
GREEN value IS 107 (42.19% from 255) = 26.75%
BLUE value IS 117 (46.09% from 255) = 29.25%
R=44%
G=26.75%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610711700.390.340.31351.330.455.49
HexB06B75027221F15f1e37
Octal26015316504742375373667
Binary101100001101011111010101001111000101111110101111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06B75; }

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

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

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

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

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

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

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

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