#BD5103

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

Shades of Tenne (Tawny) #BD5103

Tints of Tenne (Tawny) #BD5103

Color information

#BD5103 (or 0xBD5103) is unknown color: approx Tenne (Tawny). HEX triplet: BD, 51 and 03. RGB value is (189,81,3). Sum of RGB (Red+Green+Blue) = 189+81+3=273 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.23% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5103 is #42AEFC. Grayscale: #686868. Windows color (decimal): -4370173 or 217533. OLE color: 217533.

HSL color Cylindrical-coordinate representation of color #BD5103: hue angle of 25.16º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD5103 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB189813-
CMYK00.570.980.26
HSL25.16º96.88%37.65%-
HSV(B)25.16º98.41%74.12%-
XYZ23.9516.712.05-
YUV104.470.78188.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 69.23%
GREEN value IS 81 (32.03% from 255) = 29.67%
BLUE value IS 3 (1.56% from 255) = 1.10%
R=69.23%
G=29.67%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18981300.570.980.2625.1696.8837.65
HexBD513039621A196126
Octal2751213071142323114146
Binary101111011010001110111001110001011010110011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5103; }

 p { color: rgb(189,81,3); }

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

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

 a { background-color: rgb(189,81,3); }

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

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

 span { border-color: rgb(189,81,3); }

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