#B8696B

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

Shades of Turkish Rose #B8696B

Tints of Turkish Rose #B8696B

Color information

#B8696B (or 0xB8696B) is unknown color: approx Turkish Rose. HEX triplet: B8, 69 and 6B. RGB value is (184,105,107). Sum of RGB (Red+Green+Blue) = 184+105+107=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B8696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8696B is #479694. Grayscale: #808080. Windows color (decimal): -4691605 or 7039416. OLE color: 7039416.

HSL color Cylindrical-coordinate representation of color #B8696B: hue angle of 358.48º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8696B is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB184105107-
CMYK00.430.420.28
HSL358.48º35.75%56.67%-
HSV(B)358.48º42.93%72.16%-
XYZ27.4721.3616.58-
YUV128.85115.67167.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.46%
GREEN value IS 105 (41.41% from 255) = 26.52%
BLUE value IS 107 (42.19% from 255) = 27.02%
R=46.46%
G=26.52%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410510700.430.420.28358.4835.7556.67
HexB8696B02B2A1C1662439
Octal27015115305352345464471
Binary1011100011010011101011010101110101011100101100110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8696B; }

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

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

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

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

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

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

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

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