#BD6703

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

Shades of Tenne (Tawny) #BD6703

Tints of Tenne (Tawny) #BD6703

Color information

#BD6703 (or 0xBD6703) is unknown color: approx Tenne (Tawny). HEX triplet: BD, 67 and 03. RGB value is (189,103,3). Sum of RGB (Red+Green+Blue) = 189+103+3=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6703 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6703 is #4298FC. Grayscale: #757575. Windows color (decimal): -4364541 or 223165. OLE color: 223165.

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

Color convert

RGB1891033-
CMYK00.460.980.26
HSL32.26º96.88%37.65%-
HSV(B)32.26º98.41%74.12%-
XYZ25.8520.532.69-
YUV117.3163.49179.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.07%
GREEN value IS 103 (40.62% from 255) = 34.92%
BLUE value IS 3 (1.56% from 255) = 1.02%
R=64.07%
G=34.92%
B=1.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189103300.460.980.2632.2696.8837.65
HexBD67302E621A206126
Octal2751473056142324014146
Binary1011110111001111101011101100010110101000001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6703; }

 p { color: rgb(189,103,3); }

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

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

 a { background-color: rgb(189,103,3); }

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

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

 span { border-color: rgb(189,103,3); }

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