#B8676A

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

Shades of Turkish Rose #B8676A

Tints of Turkish Rose #B8676A

Color information

#B8676A (or 0xB8676A) is unknown color: approx Turkish Rose. HEX triplet: B8, 67 and 6A. RGB value is (184,103,106). Sum of RGB (Red+Green+Blue) = 184+103+106=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B8676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8676A is #479895. Grayscale: #7F7F7F. Windows color (decimal): -4692118 or 6973368. OLE color: 6973368.

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

Color convert

RGB184103106-
CMYK00.440.420.28
HSL357.78º36.32%56.27%-
HSV(B)357.78º44.02%72.16%-
XYZ27.2220.9316.24-
YUV127.56115.84168.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.82%
GREEN value IS 103 (40.62% from 255) = 26.21%
BLUE value IS 106 (41.80% from 255) = 26.97%
R=46.82%
G=26.21%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410310600.440.420.28357.7836.3256.27
HexB8676A02C2A1C1662438
Octal27014715205452345464470
Binary1011100011001111101010010110010101011100101100110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8676A; }

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

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

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

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

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

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

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

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