#B8666E

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

Shades of Turkish Rose #B8666E

Tints of Turkish Rose #B8666E

Color information

#B8666E (or 0xB8666E) is unknown color: approx Turkish Rose. HEX triplet: B8, 66 and 6E. RGB value is (184,102,110). Sum of RGB (Red+Green+Blue) = 184+102+110=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B8666E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8666E is #479991. Grayscale: #7F7F7F. Windows color (decimal): -4692370 or 7235256. OLE color: 7235256.

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

Color convert

RGB184102110-
CMYK00.450.400.28
HSL354.15º36.61%56.08%-
HSV(B)354.15º44.57%72.16%-
XYZ27.3320.8217.33-
YUV127.43118.17168.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.46%
GREEN value IS 102 (40.23% from 255) = 25.76%
BLUE value IS 110 (43.36% from 255) = 27.78%
R=46.46%
G=25.76%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410211000.450.400.28354.1536.6156.08
HexB8666E02D281C1622538
Octal27014615605550345424570
Binary1011100011001101101110010110110100011100101100010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8666E; }

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

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

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

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

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

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

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

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