Html Css Color HEX #BD540D Tenne (Tawny)

📋 copy color: '#BD540D'

red 189 ◦ green 84 ◦ blue 13

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

Shades of Tenne (Tawny) #BD540D

Tints of Tenne (Tawny) #BD540D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.55%

R = 66.08%
G = 29.37%
B = 4.55%

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

#BD540D (or 0xBD540D) is known color: Tenne (Tawny). HEX triplet: BD, 54 and 0D. RGB value is (189,84,13). Sum of RGB (Red+Green+Blue) = 189+84+13=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD540D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD540D is #42ABF2. Grayscale: #6B6B6B. Windows color (decimal): -4369395 or 873661. OLE color: 873661.

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

Color convert

RGB 189 84 13 -
CMYK 0 0.56 0.93 0.26
HSL 24.2º 0.87% 0.4% -
HSV(B) 24.2º 0.93% 0.74% -
XYZ 24.23 17.19 2.42 -
YUV 107.3 74.79 186.27 -
System Red Green Blue C M Y K H S L
Decimal 189 84 13 0 0.56 0.93 0.26 24.2 0.87 0.4
Hex BD 54 D 0 38 5D 1A 18 57 28
Octal 275 124 15 0 70 135 32 30 127 50
Binary 10111101 1010100 1101 0 111000 1011101 11010 11000 1010111 101000

Color Harmonies of #BD540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD540D

Black with #BD540D

Text Example


Text Example

White with #BD540D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD540D; }

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

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

background-color css

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

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

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

border-color css

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

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

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