#b8676e

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

Shades of Turkish Rose #B8676E

Tints of Turkish Rose #B8676E

Color information

#B8676E (or 0xB8676E) is unknown color: approx Turkish Rose. HEX triplet: B8, 67 and 6E. RGB value is (184,103,110). Sum of RGB (Red+Green+Blue) = 184+103+110=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B8676E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8676E is #479891. Grayscale: #808080. Windows color (decimal): -4692114 or 7235512. OLE color: 7235512.

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

Color convert

RGB184103110-
CMYK00.440.400.28
HSL354.81º36.32%56.27%-
HSV(B)354.81º44.02%72.16%-
XYZ27.4321.0217.36-
YUV128.02117.84167.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.35%
GREEN value IS 103 (40.62% from 255) = 25.94%
BLUE value IS 110 (43.36% from 255) = 27.71%
R=46.35%
G=25.94%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410311000.440.400.28354.8136.3256.27
HexB8676E02C281C1632438
Octal27014715605450345434470
Binary1011100011001111101110010110010100011100101100011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8676e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8676e; }

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

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

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

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

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

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

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

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