#B8685D

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

Shades of Contessa #B8685D

Tints of Contessa #B8685D

Color information

#B8685D (or 0xB8685D) is unknown color: approx Contessa. HEX triplet: B8, 68 and 5D. RGB value is (184,104,93). Sum of RGB (Red+Green+Blue) = 184+104+93=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B8685D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8685D is #4797A2. Grayscale: #7E7E7E. Windows color (decimal): -4691875 or 6121656. OLE color: 6121656.

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

Color convert

RGB18410493-
CMYK00.430.490.28
HSL7.25º39.06%54.31%-
HSV(B)7.25º49.46%72.16%-
XYZ26.6920.8812.98-
YUV126.67109168.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.29%
GREEN value IS 104 (41.02% from 255) = 27.30%
BLUE value IS 93 (36.72% from 255) = 24.41%
R=48.29%
G=27.30%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841049300.430.490.287.2539.0654.31
HexB8685D02B311C72736
Octal270150135053613474766
Binary1011100011010001011101010101111000111100111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8685D; }

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

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

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

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

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

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

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

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