#B0696D

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

Shades of Turkish Rose #B0696D

Tints of Turkish Rose #B0696D

Color information

#B0696D (or 0xB0696D) is unknown color: approx Turkish Rose. HEX triplet: B0, 69 and 6D. RGB value is (176,105,109). Sum of RGB (Red+Green+Blue) = 176+105+109=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B0696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0696D is #4F9692. Grayscale: #7E7E7E. Windows color (decimal): -5215891 or 7170480. OLE color: 7170480.

HSL color Cylindrical-coordinate representation of color #B0696D: hue angle of 356.62º 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 #B0696D is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB176105109-
CMYK00.400.380.31
HSL356.62º31%55.1%-
HSV(B)356.62º40.34%69.02%-
XYZ25.7220.4417.06-
YUV126.68118.02163.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.13%
GREEN value IS 105 (41.41% from 255) = 26.92%
BLUE value IS 109 (42.97% from 255) = 27.95%
R=45.13%
G=26.92%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610510900.400.380.31356.623155.1
HexB0696D028261F1651f37
Octal26015115505046375453767
Binary101100001101001110110101010001001101111110110010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0696D; }

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

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

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

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

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

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

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

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