#BF680A

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

Shades of Tenne (Tawny) #BF680A

Tints of Tenne (Tawny) #BF680A

Color information

#BF680A (or 0xBF680A) is unknown color: approx Tenne (Tawny). HEX triplet: BF, 68 and 0A. RGB value is (191,104,10). Sum of RGB (Red+Green+Blue) = 191+104+10=305 (40% of max value = 765). Red value is 191 (75% from 255 or 62.62% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 191 - color contains mainly: red. Hex color #BF680A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF680A is #4097F5. Grayscale: #777777. Windows color (decimal): -4233206 or 682175. OLE color: 682175.

HSL color Cylindrical-coordinate representation of color #BF680A: hue angle of 31.16º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF680A is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB19110410-
CMYK00.460.950.25
HSL31.16º90.05%39.41%-
HSV(B)31.16º94.76%74.9%-
XYZ26.49212.94-
YUV119.366.32179.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 62.62%
GREEN value IS 104 (41.02% from 255) = 34.10%
BLUE value IS 10 (4.30% from 255) = 3.28%
R=62.62%
G=34.10%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911041000.460.950.2531.1690.0539.41
HexBF68A02E5F191f5a27
Octal27715012056137313713247
Binary10111111110100010100101110101111111001111111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF680A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF680A; }

 p { color: rgb(191,104,10); }

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

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

 a { background-color: rgb(191,104,10); }

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

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

 span { border-color: rgb(191,104,10); }

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