#BF520C

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

Shades of Tenne (Tawny) #BF520C

Tints of Tenne (Tawny) #BF520C

Color information

#BF520C (or 0xBF520C) is unknown color: approx Tenne (Tawny). HEX triplet: BF, 52 and 0C. RGB value is (191,82,12). Sum of RGB (Red+Green+Blue) = 191+82+12=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF520C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF520C is #40ADF3. Grayscale: #6A6A6A. Windows color (decimal): -4238836 or 807615. OLE color: 807615.

HSL color Cylindrical-coordinate representation of color #BF520C: hue angle of 23.46º 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 #BF520C is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB1918212-
CMYK00.570.940.25
HSL23.46º88.18%39.8%-
HSV(B)23.46º93.72%74.9%-
XYZ24.5717.142.36-
YUV106.6174.61188.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 67.02%
GREEN value IS 82 (32.42% from 255) = 28.77%
BLUE value IS 12 (5.08% from 255) = 4.21%
R=67.02%
G=28.77%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191821200.570.940.2523.4688.1839.8
HexBF52C0395E19175828
Octal27712214071136312713050
Binary10111111101001011000111001101111011001101111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF520C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF520C; }

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

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

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

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

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

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

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

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