#B8655D

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

Shades of Contessa #B8655D

Tints of Contessa #B8655D

Color information

#B8655D (or 0xB8655D) is unknown color: approx Contessa. HEX triplet: B8, 65 and 5D. RGB value is (184,101,93). Sum of RGB (Red+Green+Blue) = 184+101+93=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B8655D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8655D is #479AA2. Grayscale: #7D7D7D. Windows color (decimal): -4692643 or 6120888. OLE color: 6120888.

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

Color convert

RGB18410193-
CMYK00.450.490.28
HSL5.27º39.06%54.31%-
HSV(B)5.27º49.46%72.16%-
XYZ26.420.2912.88-
YUV124.9110170.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.68%
GREEN value IS 101 (39.84% from 255) = 26.72%
BLUE value IS 93 (36.72% from 255) = 24.60%
R=48.68%
G=26.72%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841019300.450.490.285.2739.0654.31
HexB8655D02D311C52736
Octal270145135055613454766
Binary1011100011001011011101010110111000111100101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8655D; }

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

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

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

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

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

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

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

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