#BF5E00

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

Shades of Tenne (Tawny) #BF5E00

Tints of Tenne (Tawny) #BF5E00

Color information

#BF5E00 (or 0xBF5E00) is unknown color: approx Tenne (Tawny). HEX triplet: BF, 5E and 00. RGB value is (191,94,0). Sum of RGB (Red+Green+Blue) = 191+94+0=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5E00 is #40A1FF. Grayscale: #707070. Windows color (decimal): -4235776 or 24255. OLE color: 24255.

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

Color convert

RGB191940-
CMYK00.5110.25
HSL29.53º100%37.45%-
HSV(B)29.53º100%74.9%-
XYZ25.4919.082.34-
YUV112.2964.64184.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 67.02%
GREEN value IS 94 (37.11% from 255) = 32.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.02%
G=32.98%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19194000.5110.2529.5310037.45
HexBF5E003364191e6425
Octal2771360063144313614445
Binary10111111101111000110011110010011001111101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5E00; }

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

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

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

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

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

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

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

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