#B7635E

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

Shades of Contessa #B7635E

Tints of Contessa #B7635E

Color information

#B7635E (or 0xB7635E) is unknown color: approx Contessa. HEX triplet: B7, 63 and 5E. RGB value is (183,99,94). Sum of RGB (Red+Green+Blue) = 183+99+94=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B7635E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7635E is #489CA1. Grayscale: #7B7B7B. Windows color (decimal): -4758690 or 6185911. OLE color: 6185911.

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

Color convert

RGB1839994-
CMYK00.460.490.28
HSL3.37º38.2%54.31%-
HSV(B)3.37º48.63%71.76%-
XYZ26.0119.813.04-
YUV123.55111.33170.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.67%
GREEN value IS 99 (39.06% from 255) = 26.33%
BLUE value IS 94 (37.11% from 255) = 25%
R=48.67%
G=26.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183999400.460.490.283.3738.254.31
HexB7635E02E311C32636
Octal267143136056613434666
Binary101101111100011101111001011101100011110011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7635E; }

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

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

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

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

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

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

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

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