#BF6B61

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

Shades of Contessa #BF6B61

Tints of Contessa #BF6B61

Color information

#BF6B61 (or 0xBF6B61) is unknown color: approx Contessa. HEX triplet: BF, 6B and 61. RGB value is (191,107,97). Sum of RGB (Red+Green+Blue) = 191+107+97=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6B61 is #40949E. Grayscale: #838383. Windows color (decimal): -4232351 or 6384575. OLE color: 6384575.

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

Color convert

RGB19110797-
CMYK00.440.490.25
HSL6.38º42.34%56.47%-
HSV(B)6.38º49.21%74.9%-
XYZ28.922.4514.12-
YUV130.98108.83170.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.35%
GREEN value IS 107 (42.19% from 255) = 27.09%
BLUE value IS 97 (38.28% from 255) = 24.56%
R=48.35%
G=27.09%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911079700.440.490.256.3842.3456.47
HexBF6B6102C311962a38
Octal277153141054613165270
Binary1011111111010111100001010110011000111001110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6B61; }

 p { color: rgb(191,107,97); }

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

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

 a { background-color: rgb(191,107,97); }

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

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

 span { border-color: rgb(191,107,97); }

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