#BF7B6F

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

Shades of Contessa #BF7B6F

Tints of Contessa #BF7B6F

Color information

#BF7B6F (or 0xBF7B6F) is unknown color: approx Contessa. HEX triplet: BF, 7B and 6F. RGB value is (191,123,111). Sum of RGB (Red+Green+Blue) = 191+123+111=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7B6F is #408490. Grayscale: #8E8E8E. Windows color (decimal): -4228241 or 7306175. OLE color: 7306175.

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

Color convert

RGB191123111-
CMYK00.360.420.25
HSL38.46%59.22%-
HSV(B)41.88%74.9%-
XYZ31.4426.3918.48-
YUV141.96110.53162.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 123 (48.44% from 255) = 28.94%
BLUE value IS 111 (43.75% from 255) = 26.12%
R=44.94%
G=28.94%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112311100.360.420.25938.4659.22
HexBF7B6F0242A199263b
Octal2771731570445231114673
Binary10111111111101111011110100100101010110011001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7B6F; }

 p { color: rgb(191,123,111); }

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

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

 a { background-color: rgb(191,123,111); }

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

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

 span { border-color: rgb(191,123,111); }

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