#bf5200

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

Shades of Tenne (Tawny) #BF5200

Tints of Tenne (Tawny) #BF5200

Color information

#BF5200 (or 0xBF5200) is unknown color: approx Tenne (Tawny). HEX triplet: BF, 52 and 00. RGB value is (191,82,0). Sum of RGB (Red+Green+Blue) = 191+82+0=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5200 is #40ADFF. Grayscale: #696969. Windows color (decimal): -4238848 or 21183. OLE color: 21183.

HSL color Cylindrical-coordinate representation of color #BF5200: hue angle of 25.76º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF5200 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB191820-
CMYK00.5710.25
HSL25.76º100%37.45%-
HSV(B)25.76º100%74.9%-
XYZ24.517.112.01-
YUV105.2468.61189.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 69.96%
GREEN value IS 82 (32.42% from 255) = 30.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.96%
G=30.04%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19182000.5710.2525.7610037.45
HexBF52003964191a6425
Octal2771220071144313214445
Binary10111111101001000111001110010011001110101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf5200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf5200; }

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

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

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

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

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

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

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

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