Html Css Color HEX #BF5914 Tenne (Tawny)

📋 copy color: '#BF5914'

red 191 ◦ green 89 ◦ blue 20

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

Shades of Tenne (Tawny) #BF5914

Tints of Tenne (Tawny) #BF5914

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.67%

 BLUE value IS 20 (8.2% from 255) = 6.67%

R = 63.67%
G = 29.67%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF5914 (or 0xBF5914) is known color: Tenne (Tawny). HEX triplet: BF, 59 and 14. RGB value is (191,89,20). Sum of RGB (Red+Green+Blue) = 191+89+20=300 (39% of max value = 765). Red value is 191 (75% from 255 or 63.67% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5914 is #40A6EB. Grayscale: #707070. Windows color (decimal): -4237036 or 1333695. OLE color: 1333695.

HSL color Cylindrical-coordinate representation of color #BF5914: hue angle of 24.21º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF5914 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 89 20 -
CMYK 0 0.53 0.90 0.25
HSL 24.21º 0.81% 0.41% -
HSV(B) 24.21º 0.9% 0.75% -
XYZ 25.18 18.27 2.86 -
YUV 111.63 76.29 184.61 -
System Red Green Blue C M Y K H S L
Decimal 191 89 20 0 0.53 0.90 0.25 24.21 0.81 0.41
Hex BF 59 14 0 35 5A 19 18 51 29
Octal 277 131 24 0 65 132 31 30 121 51
Binary 10111111 1011001 10100 0 110101 1011010 11001 11000 1010001 101001

Color Harmonies of #BF5914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5914

Black with #BF5914

Text Example


Text Example

White with #BF5914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5914; }

 p { color: rgb(191,89,20); }

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

background-color css

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

 a { background-color: rgb(191,89,20); }

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

border-color css

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

 span { border-color: rgb(191,89,20); }

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