#B8685F

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

Shades of Contessa #B8685F

Tints of Contessa #B8685F

Color information

#B8685F (or 0xB8685F) is unknown color: approx Contessa. HEX triplet: B8, 68 and 5F. RGB value is (184,104,95). Sum of RGB (Red+Green+Blue) = 184+104+95=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B8685F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8685F is #4797A0. Grayscale: #7F7F7F. Windows color (decimal): -4691873 or 6252728. OLE color: 6252728.

HSL color Cylindrical-coordinate representation of color #B8685F: hue angle of 6.07º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8685F is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB18410495-
CMYK00.430.480.28
HSL6.07º38.53%54.71%-
HSV(B)6.07º48.37%72.16%-
XYZ26.7820.9213.45-
YUV126.89110168.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.04%
GREEN value IS 104 (41.02% from 255) = 27.15%
BLUE value IS 95 (37.5% from 255) = 24.80%
R=48.04%
G=27.15%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841049500.430.480.286.0738.5354.71
HexB8685F02B301C62737
Octal270150137053603464767
Binary1011100011010001011111010101111000011100110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8685F; }

 p { color: rgb(184,104,95); }

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

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

 a { background-color: rgb(184,104,95); }

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

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

 span { border-color: rgb(184,104,95); }

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