#BD6502

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

Shades of Tenne (Tawny) #BD6502

Tints of Tenne (Tawny) #BD6502

Color information

#BD6502 (or 0xBD6502) is unknown color: approx Tenne (Tawny). HEX triplet: BD, 65 and 02. RGB value is (189,101,2). Sum of RGB (Red+Green+Blue) = 189+101+2=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6502 is #429AFD. Grayscale: #747474. Windows color (decimal): -4365054 or 157117. OLE color: 157117.

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

Color convert

RGB1891012-
CMYK00.470.990.26
HSL31.76º97.91%37.45%-
HSV(B)31.76º98.94%74.12%-
XYZ25.6520.132.59-
YUV116.0363.65180.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.73%
GREEN value IS 101 (39.84% from 255) = 34.59%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=64.73%
G=34.59%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189101200.470.990.2631.7697.9137.45
HexBD65202F631A206225
Octal2751452057143324014245
Binary1011110111001011001011111100011110101000001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6502; }

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

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

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

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

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

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

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

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