#B8695F

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

Shades of Contessa #B8695F

Tints of Contessa #B8695F

Color information

#B8695F (or 0xB8695F) is unknown color: approx Contessa. HEX triplet: B8, 69 and 5F. RGB value is (184,105,95). Sum of RGB (Red+Green+Blue) = 184+105+95=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B8695F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8695F is #4796A0. Grayscale: #7F7F7F. Windows color (decimal): -4691617 or 6252984. OLE color: 6252984.

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

Color convert

RGB18410595-
CMYK00.430.480.28
HSL6.74º38.53%54.71%-
HSV(B)6.74º48.37%72.16%-
XYZ26.8821.1213.49-
YUV127.48109.67168.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.92%
GREEN value IS 105 (41.41% from 255) = 27.34%
BLUE value IS 95 (37.5% from 255) = 24.74%
R=47.92%
G=27.34%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841059500.430.480.286.7438.5354.71
HexB8695F02B301C72737
Octal270151137053603474767
Binary1011100011010011011111010101111000011100111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8695F; }

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

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

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

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

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

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

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

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