#BD6012

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

Shades of Tenne (Tawny) #BD6012

Tints of Tenne (Tawny) #BD6012

Color information

#BD6012 (or 0xBD6012) is unknown color: approx Tenne (Tawny). HEX triplet: BD, 60 and 12. RGB value is (189,96,18). Sum of RGB (Red+Green+Blue) = 189+96+18=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6012 is #429FED. Grayscale: #737373. Windows color (decimal): -4366318 or 1204413. OLE color: 1204413.

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

Color convert

RGB1899618-
CMYK00.490.900.26
HSL27.37º82.61%40.59%-
HSV(B)27.37º90.48%74.12%-
XYZ25.2819.232.95-
YUV114.9273.31180.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 62.38%
GREEN value IS 96 (37.89% from 255) = 31.68%
BLUE value IS 18 (7.42% from 255) = 5.94%
R=62.38%
G=31.68%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189961800.490.900.2627.3782.6140.59
HexBD60120315A1A1b5329
Octal27514022061132323312351
Binary101111011100000100100110001101101011010110111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6012; }

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

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

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

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

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

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

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

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