#B0696B

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

Shades of Turkish Rose #B0696B

Tints of Turkish Rose #B0696B

Color information

#B0696B (or 0xB0696B) is unknown color: approx Turkish Rose. HEX triplet: B0, 69 and 6B. RGB value is (176,105,107). Sum of RGB (Red+Green+Blue) = 176+105+107=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B0696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0696B is #4F9694. Grayscale: #7E7E7E. Windows color (decimal): -5215893 or 7039408. OLE color: 7039408.

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

Color convert

RGB176105107-
CMYK00.400.390.31
HSL358.31º31%55.1%-
HSV(B)358.31º40.34%69.02%-
XYZ25.6120.3916.5-
YUV126.46117.02163.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.36%
GREEN value IS 105 (41.41% from 255) = 27.06%
BLUE value IS 107 (42.19% from 255) = 27.58%
R=45.36%
G=27.06%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610510700.400.390.31358.313155.1
HexB0696B028271F1661f37
Octal26015115305047375463767
Binary101100001101001110101101010001001111111110110011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0696B; }

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

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

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

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

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

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

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

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