#BF7765

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

Shades of Contessa #BF7765

Tints of Contessa #BF7765

Color information

#BF7765 (or 0xBF7765) is unknown color: approx Contessa. HEX triplet: BF, 77 and 65. RGB value is (191,119,101). Sum of RGB (Red+Green+Blue) = 191+119+101=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7765 is #40889A. Grayscale: #8A8A8A. Windows color (decimal): -4229275 or 6649791. OLE color: 6649791.

HSL color Cylindrical-coordinate representation of color #BF7765: hue angle of 12º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF7765 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB191119101-
CMYK00.380.470.25
HSL12º41.28%57.25%-
HSV(B)12º47.12%74.9%-
XYZ30.4325.2115.57-
YUV138.48106.85165.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.47%
GREEN value IS 119 (46.88% from 255) = 28.95%
BLUE value IS 101 (39.84% from 255) = 24.57%
R=46.47%
G=28.95%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111910100.380.470.251241.2857.25
HexBF77650262F19c2939
Octal2771671450465731145171
Binary10111111111011111001010100110101111110011100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7765; }

 p { color: rgb(191,119,101); }

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

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

 a { background-color: rgb(191,119,101); }

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

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

 span { border-color: rgb(191,119,101); }

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