Html Css Color HEX #BD5E0E Tenne (Tawny)

📋 copy color: '#BD5E0E'

red 189 ◦ green 94 ◦ blue 14

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

Shades of Tenne (Tawny) #BD5E0E

Tints of Tenne (Tawny) #BD5E0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.71%

R = 63.64%
G = 31.65%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD5E0E (or 0xBD5E0E) is known color: Tenne (Tawny). HEX triplet: BD, 5E and 0E. RGB value is (189,94,14). Sum of RGB (Red+Green+Blue) = 189+94+14=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 14 (5.86% from 255 or 4.71% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5E0E is #42A1F1. Grayscale: #717171. Windows color (decimal): -4366834 or 941757. OLE color: 941757.

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

Color convert

RGB 189 94 14 -
CMYK 0 0.50 0.93 0.26
HSL 27.43º 0.86% 0.4% -
HSV(B) 27.43º 0.93% 0.74% -
XYZ 25.07 18.86 2.73 -
YUV 113.29 71.97 182 -
System Red Green Blue C M Y K H S L
Decimal 189 94 14 0 0.50 0.93 0.26 27.43 0.86 0.4
Hex BD 5E E 0 32 5D 1A 1B 56 28
Octal 275 136 16 0 62 135 32 33 126 50
Binary 10111101 1011110 1110 0 110010 1011101 11010 11011 1010110 101000

Color Harmonies of #BD5E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E0E

Black with #BD5E0E

Text Example


Text Example

White with #BD5E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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