Html Css Color HEX #BF5A11 Tenne (Tawny)

📋 copy color: '#BF5A11'

red 191 ◦ green 90 ◦ blue 17

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

Shades of Tenne (Tawny) #BF5A11

Tints of Tenne (Tawny) #BF5A11

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.2%

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

R = 64.09%
G = 30.2%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF5A11 (or 0xBF5A11) is known color: Tenne (Tawny). HEX triplet: BF, 5A and 11. RGB value is (191,90,17). Sum of RGB (Red+Green+Blue) = 191+90+17=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5A11 is #40A5EE. Grayscale: #707070. Windows color (decimal): -4236783 or 1137343. OLE color: 1137343.

HSL color Cylindrical-coordinate representation of color #BF5A11: hue angle of 25.17º 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 #BF5A11 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 90 17 -
CMYK 0 0.53 0.91 0.25
HSL 25.17º 0.84% 0.41% -
HSV(B) 25.17º 0.91% 0.75% -
XYZ 25.24 18.43 2.76 -
YUV 111.88 74.46 184.44 -
System Red Green Blue C M Y K H S L
Decimal 191 90 17 0 0.53 0.91 0.25 25.17 0.84 0.41
Hex BF 5A 11 0 35 5B 19 19 54 29
Octal 277 132 21 0 65 133 31 31 124 51
Binary 10111111 1011010 10001 0 110101 1011011 11001 11001 1010100 101001

Color Harmonies of #BF5A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5A11

Black with #BF5A11

Text Example


Text Example

White with #BF5A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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