#BD6000

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

Shades of Tenne (Tawny) #BD6000

Tints of Tenne (Tawny) #BD6000

Color information

#BD6000 (or 0xBD6000) is unknown color: approx Tenne (Tawny). HEX triplet: BD, 60 and 00. RGB value is (189,96,0). Sum of RGB (Red+Green+Blue) = 189+96+0=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6000 is #429FFF. Grayscale: #717171. Windows color (decimal): -4366336 or 24765. OLE color: 24765.

HSL color Cylindrical-coordinate representation of color #BD6000: hue angle of 30.48º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD6000 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB189960-
CMYK00.4910.26
HSL30.48º100%37.06%-
HSV(B)30.48º100%74.12%-
XYZ25.1719.182.38-
YUV112.8664.31182.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 66.32%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.32%
G=33.68%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18996000.4910.2630.4810037.06
HexBD600031641A1e6425
Octal2751400061144323614445
Binary10111101110000000110001110010011010111101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6000; }

 p { color: rgb(189,96,0); }

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

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

 a { background-color: rgb(189,96,0); }

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

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

 span { border-color: rgb(189,96,0); }

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