#BD5E00

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

Shades of Tenne (Tawny) #BD5E00

Tints of Tenne (Tawny) #BD5E00

Color information

#BD5E00 (or 0xBD5E00) is unknown color: approx Tenne (Tawny). HEX triplet: BD, 5E and 00. RGB value is (189,94,0). Sum of RGB (Red+Green+Blue) = 189+94+0=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5E00 is #42A1FF. Grayscale: #707070. Windows color (decimal): -4366848 or 24253. OLE color: 24253.

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

Color convert

RGB189940-
CMYK00.5010.26
HSL29.84º100%37.06%-
HSV(B)29.84º100%74.12%-
XYZ24.9918.822.32-
YUV111.6964.97183.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 66.78%
GREEN value IS 94 (37.11% from 255) = 33.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.78%
G=33.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18994000.5010.2629.8410037.06
HexBD5E0032641A1e6425
Octal2751360062144323614445
Binary10111101101111000110010110010011010111101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5E00; }

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

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

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

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

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

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

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

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