#B8675F

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

Shades of Contessa #B8675F

Tints of Contessa #B8675F

Color information

#B8675F (or 0xB8675F) is unknown color: approx Contessa. HEX triplet: B8, 67 and 5F. RGB value is (184,103,95). Sum of RGB (Red+Green+Blue) = 184+103+95=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B8675F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8675F is #4798A0. Grayscale: #7E7E7E. Windows color (decimal): -4692129 or 6252472. OLE color: 6252472.

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

Color convert

RGB18410395-
CMYK00.440.480.28
HSL5.39º38.53%54.71%-
HSV(B)5.39º48.37%72.16%-
XYZ26.6820.7213.42-
YUV126.31110.34169.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.17%
GREEN value IS 103 (40.62% from 255) = 26.96%
BLUE value IS 95 (37.5% from 255) = 24.87%
R=48.17%
G=26.96%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841039500.440.480.285.3938.5354.71
HexB8675F02C301C52737
Octal270147137054603454767
Binary1011100011001111011111010110011000011100101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8675F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8675F; }

 p { color: rgb(184,103,95); }

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

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

 a { background-color: rgb(184,103,95); }

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

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

 span { border-color: rgb(184,103,95); }

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