#BD660D

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

Shades of Tenne (Tawny) #BD660D

Tints of Tenne (Tawny) #BD660D

Color information

#BD660D (or 0xBD660D) is unknown color: approx Tenne (Tawny). HEX triplet: BD, 66 and 0D. RGB value is (189,102,13). Sum of RGB (Red+Green+Blue) = 189+102+13=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD660D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD660D is #4299F2. Grayscale: #767676. Windows color (decimal): -4364787 or 878269. OLE color: 878269.

HSL color Cylindrical-coordinate representation of color #BD660D: hue angle of 30.34º 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 #BD660D is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB18910213-
CMYK00.460.930.26
HSL30.34º87.13%39.61%-
HSV(B)30.34º93.12%74.12%-
XYZ25.8120.352.95-
YUV117.8768.82178.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 62.17%
GREEN value IS 102 (40.23% from 255) = 33.55%
BLUE value IS 13 (5.47% from 255) = 4.28%
R=62.17%
G=33.55%
B=4.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891021300.460.930.2630.3487.1339.61
HexBD66D02E5D1A1e5728
Octal27514615056135323612750
Binary10111101110011011010101110101110111010111101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD660D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD660D; }

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

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

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

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

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

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

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

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