Html Css Color HEX #BF5912 Tenne (Tawny)

📋 copy color: '#BF5912'

red 191 ◦ green 89 ◦ blue 18

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

Shades of Tenne (Tawny) #BF5912

Tints of Tenne (Tawny) #BF5912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.04%

R = 64.09%
G = 29.87%
B = 6.04%

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

#BF5912 (or 0xBF5912) is known color: Tenne (Tawny). HEX triplet: BF, 59 and 12. RGB value is (191,89,18). Sum of RGB (Red+Green+Blue) = 191+89+18=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5912 is #40A6ED. Grayscale: #6F6F6F. Windows color (decimal): -4237038 or 1202623. OLE color: 1202623.

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

Color convert

RGB 191 89 18 -
CMYK 0 0.53 0.91 0.25
HSL 24.62º 0.83% 0.41% -
HSV(B) 24.62º 0.91% 0.75% -
XYZ 25.17 18.26 2.77 -
YUV 111.4 75.29 184.77 -
System Red Green Blue C M Y K H S L
Decimal 191 89 18 0 0.53 0.91 0.25 24.62 0.83 0.41
Hex BF 59 12 0 35 5B 19 19 53 29
Octal 277 131 22 0 65 133 31 31 123 51
Binary 10111111 1011001 10010 0 110101 1011011 11001 11001 1010011 101001

Color Harmonies of #BF5912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5912

Black with #BF5912

Text Example


Text Example

White with #BF5912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5912; }

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

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

background-color css

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

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

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

border-color css

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

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

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