Html Css Color HEX #BF5915 Tenne (Tawny)

📋 copy color: '#BF5915'

red 191 ◦ green 89 ◦ blue 21

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

Shades of Tenne (Tawny) #BF5915

Tints of Tenne (Tawny) #BF5915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.98%

R = 63.46%
G = 29.57%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BF5915 (or 0xBF5915) is known color: Tenne (Tawny). HEX triplet: BF, 59 and 15. RGB value is (191,89,21). Sum of RGB (Red+Green+Blue) = 191+89+21=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5915 is #40A6EA. Grayscale: #707070. Windows color (decimal): -4237035 or 1399231. OLE color: 1399231.

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

Color convert

RGB 191 89 21 -
CMYK 0 0.53 0.89 0.25
HSL 24º 0.8% 0.42% -
HSV(B) 24º 0.89% 0.75% -
XYZ 25.19 18.28 2.91 -
YUV 111.75 76.79 184.53 -
System Red Green Blue C M Y K H S L
Decimal 191 89 21 0 0.53 0.89 0.25 24 0.8 0.42
Hex BF 59 15 0 35 59 19 18 50 2A
Octal 277 131 25 0 65 131 31 30 120 52
Binary 10111111 1011001 10101 0 110101 1011001 11001 11000 1010000 101010

Color Harmonies of #BF5915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5915

Black with #BF5915

Text Example


Text Example

White with #BF5915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5915; }

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

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

background-color css

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

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

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

border-color css

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

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

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