Html Css Color HEX #BD5404 Tenne (Tawny)

📋 copy color: '#BD5404'

red 189 ◦ green 84 ◦ blue 4

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

Shades of Tenne (Tawny) #BD5404

Tints of Tenne (Tawny) #BD5404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.44%

R = 68.23%
G = 30.32%
B = 1.44%

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

#BD5404 (or 0xBD5404) is known color: Tenne (Tawny). HEX triplet: BD, 54 and 04. RGB value is (189,84,4). Sum of RGB (Red+Green+Blue) = 189+84+4=277 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.23% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5404 is #42ABFB. Grayscale: #6A6A6A. Windows color (decimal): -4369404 or 283837. OLE color: 283837.

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

Color convert

RGB 189 84 4 -
CMYK 0 0.56 0.98 0.26
HSL 25.95º 0.96% 0.38% -
HSV(B) 25.95º 0.98% 0.74% -
XYZ 24.18 17.17 2.15 -
YUV 106.28 70.29 187 -
System Red Green Blue C M Y K H S L
Decimal 189 84 4 0 0.56 0.98 0.26 25.95 0.96 0.38
Hex BD 54 4 0 38 62 1A 1A 60 26
Octal 275 124 4 0 70 142 32 32 140 46
Binary 10111101 1010100 100 0 111000 1100010 11010 11010 1100000 100110

Color Harmonies of #BD5404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5404

Black with #BD5404

Text Example


Text Example

White with #BD5404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5404; }

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

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

background-color css

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

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

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

border-color css

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

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

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