#BF7D6C

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

Shades of Contessa #BF7D6C

Tints of Contessa #BF7D6C

Color information

#BF7D6C (or 0xBF7D6C) is unknown color: approx Contessa. HEX triplet: BF, 7D and 6C. RGB value is (191,125,108). Sum of RGB (Red+Green+Blue) = 191+125+108=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7D6C is #408293. Grayscale: #8E8E8E. Windows color (decimal): -4227732 or 7110079. OLE color: 7110079.

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

Color convert

RGB191125108-
CMYK00.350.430.25
HSL12.29º39.34%58.63%-
HSV(B)12.29º43.46%74.9%-
XYZ31.5326.8317.7-
YUV142.8108.37162.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.05%
GREEN value IS 125 (49.22% from 255) = 29.48%
BLUE value IS 108 (42.58% from 255) = 25.47%
R=45.05%
G=29.48%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112510800.350.430.2512.2939.3458.63
HexBF7D6C0232B19c273b
Octal2771751540435331144773
Binary10111111111110111011000100011101011110011100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7D6C; }

 p { color: rgb(191,125,108); }

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

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

 a { background-color: rgb(191,125,108); }

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

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

 span { border-color: rgb(191,125,108); }

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