#BD680A

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

Shades of Tenne (Tawny) #BD680A

Tints of Tenne (Tawny) #BD680A

Color information

#BD680A (or 0xBD680A) is unknown color: approx Tenne (Tawny). HEX triplet: BD, 68 and 0A. RGB value is (189,104,10). Sum of RGB (Red+Green+Blue) = 189+104+10=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD680A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD680A is #4297F5. Grayscale: #777777. Windows color (decimal): -4364278 or 682173. OLE color: 682173.

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

Color convert

RGB18910410-
CMYK00.450.950.26
HSL31.51º89.95%39.02%-
HSV(B)31.51º94.71%74.12%-
XYZ25.9920.742.92-
YUV118.766.66178.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 62.38%
GREEN value IS 104 (41.02% from 255) = 34.32%
BLUE value IS 10 (4.30% from 255) = 3.30%
R=62.38%
G=34.32%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891041000.450.950.2631.5189.9539.02
HexBD68A02D5F1A205a27
Octal27515012055137324013247
Binary101111011101000101001011011011111110101000001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD680A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD680A; }

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

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

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

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

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

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

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

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