#B7655E

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

Shades of Contessa #B7655E

Tints of Contessa #B7655E

Color information

#B7655E (or 0xB7655E) is unknown color: approx Contessa. HEX triplet: B7, 65 and 5E. RGB value is (183,101,94). Sum of RGB (Red+Green+Blue) = 183+101+94=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B7655E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7655E is #489AA1. Grayscale: #7C7C7C. Windows color (decimal): -4758178 or 6186423. OLE color: 6186423.

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

Color convert

RGB18310194-
CMYK00.450.490.28
HSL4.72º38.2%54.31%-
HSV(B)4.72º48.63%71.76%-
XYZ26.220.1813.1-
YUV124.72110.67169.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.41%
GREEN value IS 101 (39.84% from 255) = 26.72%
BLUE value IS 94 (37.11% from 255) = 24.87%
R=48.41%
G=26.72%
B=24.87%

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
Decimal1831019400.450.490.284.7238.254.31
HexB7655E02D311C52636
Octal267145136055613454666
Binary1011011111001011011110010110111000111100101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7655E; }

 p { color: rgb(183,101,94); }

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

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

 a { background-color: rgb(183,101,94); }

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

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

 span { border-color: rgb(183,101,94); }

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