#BD5D00

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

Shades of Tenne (Tawny) #BD5D00

Tints of Tenne (Tawny) #BD5D00

Color information

#BD5D00 (or 0xBD5D00) is unknown color: approx Tenne (Tawny). HEX triplet: BD, 5D and 00. RGB value is (189,93,0). Sum of RGB (Red+Green+Blue) = 189+93+0=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5D00 is #42A2FF. Grayscale: #6F6F6F. Windows color (decimal): -4367104 or 23997. OLE color: 23997.

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

Color convert

RGB189930-
CMYK00.5110.26
HSL29.52º100%37.06%-
HSV(B)29.52º100%74.12%-
XYZ24.918.652.29-
YUV111.165.3183.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 67.02%
GREEN value IS 93 (36.72% from 255) = 32.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.02%
G=32.98%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18993000.5110.2629.5210037.06
HexBD5D0033641A1e6425
Octal2751350063144323614445
Binary10111101101110100110011110010011010111101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5D00; }

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

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

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

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

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

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

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

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