#BD6602

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

Shades of Tenne (Tawny) #BD6602

Tints of Tenne (Tawny) #BD6602

Color information

#BD6602 (or 0xBD6602) is unknown color: approx Tenne (Tawny). HEX triplet: BD, 66 and 02. RGB value is (189,102,2). Sum of RGB (Red+Green+Blue) = 189+102+2=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6602 is #4299FD. Grayscale: #757575. Windows color (decimal): -4364798 or 157373. OLE color: 157373.

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

Color convert

RGB1891022-
CMYK00.460.990.26
HSL32.09º97.91%37.45%-
HSV(B)32.09º98.94%74.12%-
XYZ25.7520.332.62-
YUV116.6163.32179.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.51%
GREEN value IS 102 (40.23% from 255) = 34.81%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=64.51%
G=34.81%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189102200.460.990.2632.0997.9137.45
HexBD66202E631A206225
Octal2751462056143324014245
Binary1011110111001101001011101100011110101000001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6602; }

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

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

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

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

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

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

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

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