#B7695F

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

Shades of Contessa #B7695F

Tints of Contessa #B7695F

Color information

#B7695F (or 0xB7695F) is unknown color: approx Contessa. HEX triplet: B7, 69 and 5F. RGB value is (183,105,95). Sum of RGB (Red+Green+Blue) = 183+105+95=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B7695F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7695F is #4896A0. Grayscale: #7F7F7F. Windows color (decimal): -4757153 or 6252983. OLE color: 6252983.

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

Color convert

RGB18310595-
CMYK00.430.480.28
HSL6.82º37.93%54.51%-
HSV(B)6.82º48.09%71.76%-
XYZ26.652113.47-
YUV127.18109.84167.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.78%
GREEN value IS 105 (41.41% from 255) = 27.42%
BLUE value IS 95 (37.5% from 255) = 24.80%
R=47.78%
G=27.42%
B=24.80%

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
Decimal1831059500.430.480.286.8237.9354.51
HexB7695F02B301C72637
Octal267151137053603474667
Binary1011011111010011011111010101111000011100111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7695F; }

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

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

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

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

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

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

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

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