#B0696F

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

Shades of Turkish Rose #B0696F

Tints of Turkish Rose #B0696F

Color information

#B0696F (or 0xB0696F) is unknown color: approx Turkish Rose. HEX triplet: B0, 69 and 6F. RGB value is (176,105,111). Sum of RGB (Red+Green+Blue) = 176+105+111=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B0696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0696F is #4F9690. Grayscale: #7E7E7E. Windows color (decimal): -5215889 or 7301552. OLE color: 7301552.

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

Color convert

RGB176105111-
CMYK00.400.370.31
HSL354.93º31%55.1%-
HSV(B)354.93º40.34%69.02%-
XYZ25.8320.4817.63-
YUV126.91119.02163.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.90%
GREEN value IS 105 (41.41% from 255) = 26.79%
BLUE value IS 111 (43.75% from 255) = 28.32%
R=44.90%
G=26.79%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610511100.400.370.31354.933155.1
HexB0696F028251F1631f37
Octal26015115705045375433767
Binary101100001101001110111101010001001011111110110001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0696F; }

 p { color: rgb(176,105,111); }

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

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

 a { background-color: rgb(176,105,111); }

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

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

 span { border-color: rgb(176,105,111); }

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