#BD6402

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

Shades of Tenne (Tawny) #BD6402

Tints of Tenne (Tawny) #BD6402

Color information

#BD6402 (or 0xBD6402) is unknown color: approx Tenne (Tawny). HEX triplet: BD, 64 and 02. RGB value is (189,100,2). Sum of RGB (Red+Green+Blue) = 189+100+2=291 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.95% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6402 is #429BFD. Grayscale: #737373. Windows color (decimal): -4365310 or 156861. OLE color: 156861.

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

Color convert

RGB1891002-
CMYK00.470.990.26
HSL31.44º97.91%37.45%-
HSV(B)31.44º98.94%74.12%-
XYZ25.5519.942.56-
YUV115.4463.99180.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.95%
GREEN value IS 100 (39.45% from 255) = 34.36%
BLUE value IS 2 (1.17% from 255) = 0.69%
R=64.95%
G=34.36%
B=0.69%

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
Decimal189100200.470.990.2631.4497.9137.45
HexBD64202F631A1f6225
Octal2751442057143323714245
Binary101111011100100100101111110001111010111111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6402; }

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

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

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

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

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

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

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

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