#BD6300

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

Shades of Tenne (Tawny) #BD6300

Tints of Tenne (Tawny) #BD6300

Color information

#BD6300 (or 0xBD6300) is unknown color: approx Tenne (Tawny). HEX triplet: BD, 63 and 00. RGB value is (189,99,0). Sum of RGB (Red+Green+Blue) = 189+99+0=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6300 is #429CFF. Grayscale: #737373. Windows color (decimal): -4365568 or 25533. OLE color: 25533.

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

Color convert

RGB189990-
CMYK00.4810.26
HSL31.43º100%37.06%-
HSV(B)31.43º100%74.12%-
XYZ25.4519.742.47-
YUV114.6263.32181.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 65.62%
GREEN value IS 99 (39.06% from 255) = 34.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.62%
G=34.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18999000.4810.2631.4310037.06
HexBD630030641A1f6425
Octal2751430060144323714445
Binary10111101110001100110000110010011010111111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6300; }

 p { color: rgb(189,99,0); }

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

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

 a { background-color: rgb(189,99,0); }

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

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

 span { border-color: rgb(189,99,0); }

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