#BF5A00

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

Shades of Tenne (Tawny) #BF5A00

Tints of Tenne (Tawny) #BF5A00

Color information

#BF5A00 (or 0xBF5A00) is unknown color: approx Tenne (Tawny). HEX triplet: BF, 5A and 00. RGB value is (191,90,0). Sum of RGB (Red+Green+Blue) = 191+90+0=281 (37% of max value = 765). Red value is 191 (75% from 255 or 67.97% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5A00 is #40A5FF. Grayscale: #6E6E6E. Windows color (decimal): -4236800 or 23231. OLE color: 23231.

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

Color convert

RGB191900-
CMYK00.5310.25
HSL28.27º100%37.45%-
HSV(B)28.27º100%74.9%-
XYZ25.1418.392.22-
YUV109.9465.96185.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 67.97%
GREEN value IS 90 (35.55% from 255) = 32.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.97%
G=32.03%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19190000.5310.2528.2710037.45
HexBF5A003564191c6425
Octal2771320065144313414445
Binary10111111101101000110101110010011001111001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5A00; }

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

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

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

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

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

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

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

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