#BF4C00

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

Shades of Tenne (Tawny) #BF4C00

Tints of Tenne (Tawny) #BF4C00

Color information

#BF4C00 (or 0xBF4C00) is unknown color: approx Tenne (Tawny). HEX triplet: BF, 4C and 00. RGB value is (191,76,0). Sum of RGB (Red+Green+Blue) = 191+76+0=267 (35% of max value = 765). Red value is 191 (75% from 255 or 71.54% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4C00 is #40B3FF. Grayscale: #666666. Windows color (decimal): -4240384 or 19647. OLE color: 19647.

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

Color convert

RGB191760-
CMYK00.6010.25
HSL23.87º100%37.45%-
HSV(B)23.87º100%74.9%-
XYZ24.0716.251.87-
YUV101.7270.6191.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 71.54%
GREEN value IS 76 (30.08% from 255) = 28.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.54%
G=28.46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19176000.6010.2523.8710037.45
HexBF4C003C6419186425
Octal2771140074144313014445
Binary10111111100110000111100110010011001110001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4C00; }

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

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

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

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

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

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

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

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