#bf540c

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

Shades of Tenne (Tawny) #BF540C

Tints of Tenne (Tawny) #BF540C

Color information

#BF540C (or 0xBF540C) is unknown color: approx Tenne (Tawny). HEX triplet: BF, 54 and 0C. RGB value is (191,84,12). Sum of RGB (Red+Green+Blue) = 191+84+12=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF540C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF540C is #40ABF3. Grayscale: #6C6C6C. Windows color (decimal): -4238324 or 808127. OLE color: 808127.

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

Color convert

RGB1918412-
CMYK00.560.940.25
HSL24.13º88.18%39.8%-
HSV(B)24.13º93.72%74.9%-
XYZ24.7217.442.41-
YUV107.7873.95187.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.55%
GREEN value IS 84 (33.20% from 255) = 29.27%
BLUE value IS 12 (5.08% from 255) = 4.18%
R=66.55%
G=29.27%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191841200.560.940.2524.1388.1839.8
HexBF54C0385E19185828
Octal27712414070136313013050
Binary10111111101010011000111000101111011001110001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf540c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf540c; }

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

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

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

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

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

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

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

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