#BD680D

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

Shades of Tenne (Tawny) #BD680D

Tints of Tenne (Tawny) #BD680D

Color information

#BD680D (or 0xBD680D) is unknown color: approx Tenne (Tawny). HEX triplet: BD, 68 and 0D. RGB value is (189,104,13). Sum of RGB (Red+Green+Blue) = 189+104+13=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD680D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD680D is #4297F2. Grayscale: #777777. Windows color (decimal): -4364275 or 878781. OLE color: 878781.

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

Color convert

RGB18910413-
CMYK00.450.930.26
HSL31.02º87.13%39.61%-
HSV(B)31.02º93.12%74.12%-
XYZ26.0120.753.01-
YUV119.0468.16177.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.76%
GREEN value IS 104 (41.02% from 255) = 33.99%
BLUE value IS 13 (5.47% from 255) = 4.25%
R=61.76%
G=33.99%
B=4.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891041300.450.930.2631.0287.1339.61
HexBD68D02D5D1A1f5728
Octal27515015055135323712750
Binary10111101110100011010101101101110111010111111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD680D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD680D; }

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

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

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

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

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

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

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

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