Html Css Color HEX #BF560F Tenne (Tawny)

📋 copy color: '#BF560F'

red 191 ◦ green 86 ◦ blue 15

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

Shades of Tenne (Tawny) #BF560F

Tints of Tenne (Tawny) #BF560F

RGB

 RED value IS 191 (75% from 255) = 65.41%

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

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

R = 65.41%
G = 29.45%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF560F (or 0xBF560F) is known color: Tenne (Tawny). HEX triplet: BF, 56 and 0F. RGB value is (191,86,15). Sum of RGB (Red+Green+Blue) = 191+86+15=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF560F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF560F is #40A9F0. Grayscale: #6D6D6D. Windows color (decimal): -4237809 or 1005247. OLE color: 1005247.

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

Color convert

RGB 191 86 15 -
CMYK 0 0.55 0.92 0.25
HSL 24.2º 0.85% 0.4% -
HSV(B) 24.2º 0.92% 0.75% -
XYZ 24.9 17.77 2.57 -
YUV 109.3 74.79 186.27 -
System Red Green Blue C M Y K H S L
Decimal 191 86 15 0 0.55 0.92 0.25 24.2 0.85 0.4
Hex BF 56 F 0 37 5C 19 18 55 28
Octal 277 126 17 0 67 134 31 30 125 50
Binary 10111111 1010110 1111 0 110111 1011100 11001 11000 1010101 101000

Color Harmonies of #BF560F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF560F

Black with #BF560F

Text Example


Text Example

White with #BF560F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF560F; }

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

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

background-color css

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

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

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

border-color css

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

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

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