#BD6104

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

Shades of Tenne (Tawny) #BD6104

Tints of Tenne (Tawny) #BD6104

Color information

#BD6104 (or 0xBD6104) is unknown color: approx Tenne (Tawny). HEX triplet: BD, 61 and 04. RGB value is (189,97,4). Sum of RGB (Red+Green+Blue) = 189+97+4=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6104 is #429EFB. Grayscale: #727272. Windows color (decimal): -4366076 or 287165. OLE color: 287165.

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

Color convert

RGB189974-
CMYK00.490.980.26
HSL30.16º95.85%37.84%-
HSV(B)30.16º97.88%74.12%-
XYZ25.2819.382.52-
YUV113.9165.98181.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 65.17%
GREEN value IS 97 (38.28% from 255) = 33.45%
BLUE value IS 4 (1.95% from 255) = 1.38%
R=65.17%
G=33.45%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18997400.490.980.2630.1695.8537.84
HexBD614031621A1e6026
Octal2751414061142323614046
Binary1011110111000011000110001110001011010111101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6104; }

 p { color: rgb(189,97,4); }

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

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

 a { background-color: rgb(189,97,4); }

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

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

 span { border-color: rgb(189,97,4); }

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