#B8696F

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

Shades of Turkish Rose #B8696F

Tints of Turkish Rose #B8696F

Color information

#B8696F (or 0xB8696F) is unknown color: approx Turkish Rose. HEX triplet: B8, 69 and 6F. RGB value is (184,105,111). Sum of RGB (Red+Green+Blue) = 184+105+111=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B8696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8696F is #479690. Grayscale: #818181. Windows color (decimal): -4691601 or 7301560. OLE color: 7301560.

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

Color convert

RGB184105111-
CMYK00.430.400.28
HSL355.44º35.75%56.67%-
HSV(B)355.44º42.93%72.16%-
XYZ27.6921.4417.72-
YUV129.3117.67167.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 111 (43.75% from 255) = 27.75%
R=46%
G=26.25%
B=27.75%

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
Decimal18410511100.430.400.28355.4435.7556.67
HexB8696F02B281C1632439
Octal27015115705350345434471
Binary1011100011010011101111010101110100011100101100011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8696F; }

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

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

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

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

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

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

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

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