#B8696E

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

Shades of Turkish Rose #B8696E

Tints of Turkish Rose #B8696E

Color information

#B8696E (or 0xB8696E) is unknown color: approx Turkish Rose. HEX triplet: B8, 69 and 6E. RGB value is (184,105,110). Sum of RGB (Red+Green+Blue) = 184+105+110=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B8696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8696E is #479691. Grayscale: #818181. Windows color (decimal): -4691602 or 7236024. OLE color: 7236024.

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

Color convert

RGB184105110-
CMYK00.430.400.28
HSL356.2º35.75%56.67%-
HSV(B)356.2º42.93%72.16%-
XYZ27.6321.4217.43-
YUV129.19117.17167.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.12%
GREEN value IS 105 (41.41% from 255) = 26.32%
BLUE value IS 110 (43.36% from 255) = 27.57%
R=46.12%
G=26.32%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410511000.430.400.28356.235.7556.67
HexB8696E02B281C1642439
Octal27015115605350345444471
Binary1011100011010011101110010101110100011100101100100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8696E; }

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

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

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

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

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

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

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

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