#BD660B

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

Shades of Tenne (Tawny) #BD660B

Tints of Tenne (Tawny) #BD660B

Color information

#BD660B (or 0xBD660B) is unknown color: approx Tenne (Tawny). HEX triplet: BD, 66 and 0B. RGB value is (189,102,11). Sum of RGB (Red+Green+Blue) = 189+102+11=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD660B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD660B is #4299F4. Grayscale: #767676. Windows color (decimal): -4364789 or 747197. OLE color: 747197.

HSL color Cylindrical-coordinate representation of color #BD660B: hue angle of 30.67º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD660B is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB18910211-
CMYK00.460.940.26
HSL30.67º89%39.22%-
HSV(B)30.67º94.18%74.12%-
XYZ25.820.352.88-
YUV117.6467.82178.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 62.58%
GREEN value IS 102 (40.23% from 255) = 33.77%
BLUE value IS 11 (4.69% from 255) = 3.64%
R=62.58%
G=33.77%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891021100.460.940.2630.678939.22
HexBD66B02E5E1A1f5927
Octal27514613056136323713147
Binary10111101110011010110101110101111011010111111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD660B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD660B; }

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

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

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

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

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

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

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

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