Html Css Color HEX #BD5E13 Tenne (Tawny)

📋 copy color: '#BD5E13'

red 189 ◦ green 94 ◦ blue 19

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

Shades of Tenne (Tawny) #BD5E13

Tints of Tenne (Tawny) #BD5E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.29%

R = 62.58%
G = 31.13%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD5E13 (or 0xBD5E13) is known color: Tenne (Tawny). HEX triplet: BD, 5E and 13. RGB value is (189,94,19). Sum of RGB (Red+Green+Blue) = 189+94+19=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5E13 is #42A1EC. Grayscale: #727272. Windows color (decimal): -4366829 or 1269437. OLE color: 1269437.

HSL color Cylindrical-coordinate representation of color #BD5E13: hue angle of 26.47º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD5E13 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 94 19 -
CMYK 0 0.50 0.90 0.26
HSL 26.47º 0.82% 0.41% -
HSV(B) 26.47º 0.9% 0.74% -
XYZ 25.11 18.87 2.94 -
YUV 113.86 74.47 181.6 -
System Red Green Blue C M Y K H S L
Decimal 189 94 19 0 0.50 0.90 0.26 26.47 0.82 0.41
Hex BD 5E 13 0 32 5A 1A 1A 52 29
Octal 275 136 23 0 62 132 32 32 122 51
Binary 10111101 1011110 10011 0 110010 1011010 11010 11010 1010010 101001

Color Harmonies of #BD5E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E13

Black with #BD5E13

Text Example


Text Example

White with #BD5E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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