Html Css Color HEX #BD560D Tenne (Tawny)

📋 copy color: '#BD560D'

red 189 ◦ green 86 ◦ blue 13

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

Shades of Tenne (Tawny) #BD560D

Tints of Tenne (Tawny) #BD560D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.86%

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

R = 65.63%
G = 29.86%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD560D (or 0xBD560D) is known color: Tenne (Tawny). HEX triplet: BD, 56 and 0D. RGB value is (189,86,13). Sum of RGB (Red+Green+Blue) = 189+86+13=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD560D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD560D is #42A9F2. Grayscale: #6C6C6C. Windows color (decimal): -4368883 or 874173. OLE color: 874173.

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

Color convert

RGB 189 86 13 -
CMYK 0 0.54 0.93 0.26
HSL 24.89º 0.87% 0.4% -
HSV(B) 24.89º 0.93% 0.74% -
XYZ 24.39 17.5 2.47 -
YUV 108.48 74.12 185.44 -
System Red Green Blue C M Y K H S L
Decimal 189 86 13 0 0.54 0.93 0.26 24.89 0.87 0.4
Hex BD 56 D 0 36 5D 1A 19 57 28
Octal 275 126 15 0 66 135 32 31 127 50
Binary 10111101 1010110 1101 0 110110 1011101 11010 11001 1010111 101000

Color Harmonies of #BD560D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD560D

Black with #BD560D

Text Example


Text Example

White with #BD560D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD560D; }

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

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

background-color css

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

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

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

border-color css

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

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

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