#BF6A00

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

Shades of Tenne (Tawny) #BF6A00

Tints of Tenne (Tawny) #BF6A00

Color information

#BF6A00 (or 0xBF6A00) is unknown color: approx Tenne (Tawny). HEX triplet: BF, 6A and 00. RGB value is (191,106,0). Sum of RGB (Red+Green+Blue) = 191+106+0=297 (39% of max value = 765). Red value is 191 (75% from 255 or 64.31% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6A00 is #4095FF. Grayscale: #777777. Windows color (decimal): -4232704 or 27327. OLE color: 27327.

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

Color convert

RGB1911060-
CMYK00.4510.25
HSL33.3º100%37.45%-
HSV(B)33.3º100%74.9%-
XYZ26.6421.382.72-
YUV119.3360.66179.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.31%
GREEN value IS 106 (41.80% from 255) = 35.69%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.31%
G=35.69%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191106000.4510.2533.310037.45
HexBF6A002D6419216425
Octal2771520055144314114445
Binary101111111101010001011011100100110011000011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6A00; }

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

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

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

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

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

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

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

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