Html Css Color HEX #BD540E Tenne (Tawny)

📋 copy color: '#BD540E'

red 189 ◦ green 84 ◦ blue 14

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

Shades of Tenne (Tawny) #BD540E

Tints of Tenne (Tawny) #BD540E

RGB

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

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

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

R = 65.85%
G = 29.27%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD540E (or 0xBD540E) is known color: Tenne (Tawny). HEX triplet: BD, 54 and 0E. RGB value is (189,84,14). Sum of RGB (Red+Green+Blue) = 189+84+14=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD540E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD540E is #42ABF1. Grayscale: #6B6B6B. Windows color (decimal): -4369394 or 939197. OLE color: 939197.

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

Color convert

RGB 189 84 14 -
CMYK 0 0.56 0.93 0.26
HSL 24º 0.86% 0.4% -
HSV(B) 24º 0.93% 0.74% -
XYZ 24.24 17.19 2.46 -
YUV 107.42 75.29 186.19 -
System Red Green Blue C M Y K H S L
Decimal 189 84 14 0 0.56 0.93 0.26 24 0.86 0.4
Hex BD 54 E 0 38 5D 1A 18 56 28
Octal 275 124 16 0 70 135 32 30 126 50
Binary 10111101 1010100 1110 0 111000 1011101 11010 11000 1010110 101000

Color Harmonies of #BD540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD540E

Black with #BD540E

Text Example


Text Example

White with #BD540E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD540E; }

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

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

background-color css

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

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

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

border-color css

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

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

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