Html Css Color HEX #BD5403 Tenne (Tawny)

📋 copy color: '#BD5403'

red 189 ◦ green 84 ◦ blue 3

#BD5403
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #BD5403

Tints of Tenne (Tawny) #BD5403

RGB

 RED value IS 189 (74.22% from 255) = 68.48%

 GREEN value IS 84 (33.2% from 255) = 30.43%

 BLUE value IS 3 (1.56% from 255) = 1.09%

R = 68.48%
G = 30.43%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD5403 (or 0xBD5403) is known color: Tenne (Tawny). HEX triplet: BD, 54 and 03. RGB value is (189,84,3). Sum of RGB (Red+Green+Blue) = 189+84+3=276 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.48% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5403 is #42ABFC. Grayscale: #6A6A6A. Windows color (decimal): -4369405 or 218301. OLE color: 218301.

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

Color convert

RGB 189 84 3 -
CMYK 0 0.56 0.98 0.26
HSL 26.13º 0.97% 0.38% -
HSV(B) 26.13º 0.98% 0.74% -
XYZ 24.17 17.17 2.13 -
YUV 106.16 69.79 187.09 -
System Red Green Blue C M Y K H S L
Decimal 189 84 3 0 0.56 0.98 0.26 26.13 0.97 0.38
Hex BD 54 3 0 38 62 1A 1A 61 26
Octal 275 124 3 0 70 142 32 32 141 46
Binary 10111101 1010100 11 0 111000 1100010 11010 11010 1100001 100110

Color Harmonies of #BD5403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5403

Black with #BD5403

Text Example


Text Example

White with #BD5403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5403; }

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

 H1.HeaderClassName
 {
   color: #BD5403;
 }
 .AnyTagClassName
 {
   color: #BD5403;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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