#B86567

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

Shades of Turkish Rose #B86567

Tints of Turkish Rose #B86567

Color information

#B86567 (or 0xB86567) is unknown color: approx Turkish Rose. HEX triplet: B8, 65 and 67. RGB value is (184,101,103). Sum of RGB (Red+Green+Blue) = 184+101+103=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B86567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86567 is #479A98. Grayscale: #7E7E7E. Windows color (decimal): -4692633 or 6776248. OLE color: 6776248.

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

Color convert

RGB184101103-
CMYK00.450.440.28
HSL358.55º36.89%55.88%-
HSV(B)358.55º45.11%72.16%-
XYZ26.8720.4815.37-
YUV126.04115169.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.42%
GREEN value IS 101 (39.84% from 255) = 26.03%
BLUE value IS 103 (40.62% from 255) = 26.55%
R=47.42%
G=26.03%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410110300.450.440.28358.5536.8955.88
HexB8656702D2C1C1672538
Octal27014514705554345474570
Binary1011100011001011100111010110110110011100101100111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86567; }

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

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

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

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

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

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

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

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