Html Css Color HEX #BF560B Tenne (Tawny)

📋 copy color: '#BF560B'

red 191 ◦ green 86 ◦ blue 11

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

Shades of Tenne (Tawny) #BF560B

Tints of Tenne (Tawny) #BF560B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.82%

R = 66.32%
G = 29.86%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF560B (or 0xBF560B) is known color: Tenne (Tawny). HEX triplet: BF, 56 and 0B. RGB value is (191,86,11). Sum of RGB (Red+Green+Blue) = 191+86+11=288 (38% of max value = 765). Red value is 191 (75% from 255 or 66.32% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 191 - color contains mainly: red. Hex color #BF560B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF560B is #40A9F4. Grayscale: #6D6D6D. Windows color (decimal): -4237813 or 743103. OLE color: 743103.

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

Color convert

RGB 191 86 11 -
CMYK 0 0.55 0.94 0.25
HSL 25º 0.89% 0.4% -
HSV(B) 25º 0.94% 0.75% -
XYZ 24.87 17.76 2.43 -
YUV 108.85 72.79 186.6 -
System Red Green Blue C M Y K H S L
Decimal 191 86 11 0 0.55 0.94 0.25 25 0.89 0.4
Hex BF 56 B 0 37 5E 19 19 59 28
Octal 277 126 13 0 67 136 31 31 131 50
Binary 10111111 1010110 1011 0 110111 1011110 11001 11001 1011001 101000

Color Harmonies of #BF560B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF560B

Black with #BF560B

Text Example


Text Example

White with #BF560B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF560B; }

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

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

background-color css

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

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

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

border-color css

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

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

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