#B67372

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

Shades of Contessa #B67372

Tints of Contessa #B67372

Color information

#B67372 (or 0xB67372) is unknown color: approx Contessa. HEX triplet: B6, 73 and 72. RGB value is (182,115,114). Sum of RGB (Red+Green+Blue) = 182+115+114=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B67372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67372 is #498C8D. Grayscale: #868686. Windows color (decimal): -4820110 or 7500726. OLE color: 7500726.

HSL color Cylindrical-coordinate representation of color #B67372: hue angle of 0.88º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B67372 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB182115114-
CMYK00.370.370.29
HSL0.88º31.78%58.04%-
HSV(B)0.88º37.36%71.37%-
XYZ28.4623.4218.94-
YUV134.92116.2161.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.28%
GREEN value IS 115 (45.31% from 255) = 27.98%
BLUE value IS 114 (44.92% from 255) = 27.74%
R=44.28%
G=27.98%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211511400.370.370.290.8831.7858.04
HexB67372025251D1203a
Octal266163162045453514072
Binary10110110111001111100100100101100101111011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67372; }

 p { color: rgb(182,115,114); }

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

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

 a { background-color: rgb(182,115,114); }

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

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

 span { border-color: rgb(182,115,114); }

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