Html Css Color HEX #BD560F Tenne (Tawny)

📋 copy color: '#BD560F'

red 189 ◦ green 86 ◦ blue 15

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

Shades of Tenne (Tawny) #BD560F

Tints of Tenne (Tawny) #BD560F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.17%

R = 65.17%
G = 29.66%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD560F (or 0xBD560F) is known color: Tenne (Tawny). HEX triplet: BD, 56 and 0F. RGB value is (189,86,15). Sum of RGB (Red+Green+Blue) = 189+86+15=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD560F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD560F is #42A9F0. Grayscale: #6D6D6D. Windows color (decimal): -4368881 or 1005245. OLE color: 1005245.

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

Color convert

RGB 189 86 15 -
CMYK 0 0.54 0.92 0.26
HSL 24.48º 0.85% 0.4% -
HSV(B) 24.48º 0.92% 0.74% -
XYZ 24.4 17.51 2.55 -
YUV 108.7 75.12 185.27 -
System Red Green Blue C M Y K H S L
Decimal 189 86 15 0 0.54 0.92 0.26 24.48 0.85 0.4
Hex BD 56 F 0 36 5C 1A 18 55 28
Octal 275 126 17 0 66 134 32 30 125 50
Binary 10111101 1010110 1111 0 110110 1011100 11010 11000 1010101 101000

Color Harmonies of #BD560F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD560F

Black with #BD560F

Text Example


Text Example

White with #BD560F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD560F; }

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

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

background-color css

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

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

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

border-color css

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

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

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