Html Css Color HEX #BF5E11 Tenne (Tawny)

📋 copy color: '#BF5E11'

red 191 ◦ green 94 ◦ blue 17

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

Shades of Tenne (Tawny) #BF5E11

Tints of Tenne (Tawny) #BF5E11

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.13%

 BLUE value IS 17 (7.03% from 255) = 5.63%

R = 63.25%
G = 31.13%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF5E11 (or 0xBF5E11) is known color: Tenne (Tawny). HEX triplet: BF, 5E and 11. RGB value is (191,94,17). Sum of RGB (Red+Green+Blue) = 191+94+17=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5E11 is #40A1EE. Grayscale: #727272. Windows color (decimal): -4235759 or 1138367. OLE color: 1138367.

HSL color Cylindrical-coordinate representation of color #BF5E11: hue angle of 26.55º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF5E11 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 94 17 -
CMYK 0 0.51 0.91 0.25
HSL 26.55º 0.84% 0.41% -
HSV(B) 26.55º 0.91% 0.75% -
XYZ 25.59 19.12 2.87 -
YUV 114.23 73.14 182.76 -
System Red Green Blue C M Y K H S L
Decimal 191 94 17 0 0.51 0.91 0.25 26.55 0.84 0.41
Hex BF 5E 11 0 33 5B 19 1B 54 29
Octal 277 136 21 0 63 133 31 33 124 51
Binary 10111111 1011110 10001 0 110011 1011011 11001 11011 1010100 101001

Color Harmonies of #BF5E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E11

Black with #BF5E11

Text Example


Text Example

White with #BF5E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E11; }

 p { color: rgb(191,94,17); }

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

background-color css

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

 a { background-color: rgb(191,94,17); }

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

border-color css

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

 span { border-color: rgb(191,94,17); }

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