#BF610C

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

Shades of Tenne (Tawny) #BF610C

Tints of Tenne (Tawny) #BF610C

Color information

#BF610C (or 0xBF610C) is unknown color: approx Tenne (Tawny). HEX triplet: BF, 61 and 0C. RGB value is (191,97,12). Sum of RGB (Red+Green+Blue) = 191+97+12=300 (39% of max value = 765). Red value is 191 (75% from 255 or 63.67% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 191 - color contains mainly: red. Hex color #BF610C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF610C is #409EF3. Grayscale: #737373. Windows color (decimal): -4234996 or 811455. OLE color: 811455.

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

Color convert

RGB1919712-
CMYK00.490.940.25
HSL28.49º88.18%39.8%-
HSV(B)28.49º93.72%74.9%-
XYZ25.8319.652.78-
YUV115.4269.64181.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 63.67%
GREEN value IS 97 (38.28% from 255) = 32.33%
BLUE value IS 12 (5.08% from 255) = 4%
R=63.67%
G=32.33%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191971200.490.940.2528.4988.1839.8
HexBF61C0315E191c5828
Octal27714114061136313413050
Binary10111111110000111000110001101111011001111001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF610C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF610C; }

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

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

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

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

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

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

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

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