Html Css Color HEX #BF5E10 Tenne (Tawny)

📋 copy color: '#BF5E10'

red 191 ◦ green 94 ◦ blue 16

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

Shades of Tenne (Tawny) #BF5E10

Tints of Tenne (Tawny) #BF5E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.32%

R = 63.46%
G = 31.23%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF5E10 (or 0xBF5E10) is known color: Tenne (Tawny). HEX triplet: BF, 5E and 10. RGB value is (191,94,16). Sum of RGB (Red+Green+Blue) = 191+94+16=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5E10 is #40A1EF. Grayscale: #727272. Windows color (decimal): -4235760 or 1072831. OLE color: 1072831.

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

Color convert

RGB 191 94 16 -
CMYK 0 0.51 0.92 0.25
HSL 26.74º 0.85% 0.41% -
HSV(B) 26.74º 0.92% 0.75% -
XYZ 25.58 19.12 2.83 -
YUV 114.11 72.64 182.84 -
System Red Green Blue C M Y K H S L
Decimal 191 94 16 0 0.51 0.92 0.25 26.74 0.85 0.41
Hex BF 5E 10 0 33 5C 19 1B 55 29
Octal 277 136 20 0 63 134 31 33 125 51
Binary 10111111 1011110 10000 0 110011 1011100 11001 11011 1010101 101001

Color Harmonies of #BF5E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E10

Black with #BF5E10

Text Example


Text Example

White with #BF5E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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