Html Css Color HEX #BF5E12 Tenne (Tawny)

📋 copy color: '#BF5E12'

red 191 ◦ green 94 ◦ blue 18

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

Shades of Tenne (Tawny) #BF5E12

Tints of Tenne (Tawny) #BF5E12

RGB

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

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

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

R = 63.04%
G = 31.02%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF5E12 (or 0xBF5E12) is known color: Tenne (Tawny). HEX triplet: BF, 5E and 12. RGB value is (191,94,18). Sum of RGB (Red+Green+Blue) = 191+94+18=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5E12 is #40A1ED. Grayscale: #727272. Windows color (decimal): -4235758 or 1203903. OLE color: 1203903.

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

Color convert

RGB 191 94 18 -
CMYK 0 0.51 0.91 0.25
HSL 26.36º 0.83% 0.41% -
HSV(B) 26.36º 0.91% 0.75% -
XYZ 25.6 19.13 2.91 -
YUV 114.34 73.64 182.68 -
System Red Green Blue C M Y K H S L
Decimal 191 94 18 0 0.51 0.91 0.25 26.36 0.83 0.41
Hex BF 5E 12 0 33 5B 19 1A 53 29
Octal 277 136 22 0 63 133 31 32 123 51
Binary 10111111 1011110 10010 0 110011 1011011 11001 11010 1010011 101001

Color Harmonies of #BF5E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E12

Black with #BF5E12

Text Example


Text Example

White with #BF5E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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