Html Css Color HEX #BD5E11 Tenne (Tawny)

📋 copy color: '#BD5E11'

red 189 ◦ green 94 ◦ blue 17

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

Shades of Tenne (Tawny) #BD5E11

Tints of Tenne (Tawny) #BD5E11

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.33%

 BLUE value IS 17 (7.03% from 255) = 5.67%

R = 63%
G = 31.33%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BD5E11 (or 0xBD5E11) is known color: Tenne (Tawny). HEX triplet: BD, 5E and 11. RGB value is (189,94,17). Sum of RGB (Red+Green+Blue) = 189+94+17=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5E11 is #42A1EE. Grayscale: #727272. Windows color (decimal): -4366831 or 1138365. OLE color: 1138365.

HSL color Cylindrical-coordinate representation of color #BD5E11: hue angle of 26.86º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD5E11 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 94 17 -
CMYK 0 0.50 0.91 0.26
HSL 26.86º 0.83% 0.4% -
HSV(B) 26.86º 0.91% 0.74% -
XYZ 25.09 18.86 2.85 -
YUV 113.63 73.47 181.76 -
System Red Green Blue C M Y K H S L
Decimal 189 94 17 0 0.50 0.91 0.26 26.86 0.83 0.4
Hex BD 5E 11 0 32 5B 1A 1B 53 28
Octal 275 136 21 0 62 133 32 33 123 50
Binary 10111101 1011110 10001 0 110010 1011011 11010 11011 1010011 101000

Color Harmonies of #BD5E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E11

Black with #BD5E11

Text Example


Text Example

White with #BD5E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E11; }

 p { color: rgb(189,94,17); }

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

background-color css

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

 a { background-color: rgb(189,94,17); }

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

border-color css

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

 span { border-color: rgb(189,94,17); }

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