#BD5C00

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

Shades of Tenne (Tawny) #BD5C00

Tints of Tenne (Tawny) #BD5C00

Color information

#BD5C00 (or 0xBD5C00) is unknown color: approx Tenne (Tawny). HEX triplet: BD, 5C and 00. RGB value is (189,92,0). Sum of RGB (Red+Green+Blue) = 189+92+0=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5C00 is #42A3FF. Grayscale: #6E6E6E. Windows color (decimal): -4367360 or 23741. OLE color: 23741.

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

Color convert

RGB189920-
CMYK00.5110.26
HSL29.21º100%37.06%-
HSV(B)29.21º100%74.12%-
XYZ24.8118.472.26-
YUV110.5165.64183.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 67.26%
GREEN value IS 92 (36.33% from 255) = 32.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.26%
G=32.74%
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
Decimal18992000.5110.2629.2110037.06
HexBD5C0033641A1d6425
Octal2751340063144323514445
Binary10111101101110000110011110010011010111011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5C00; }

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

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

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

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

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

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

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

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