Html Css Color HEX #BF5E0E Tenne (Tawny)

📋 copy color: '#BF5E0E'

red 191 ◦ green 94 ◦ blue 14

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

Shades of Tenne (Tawny) #BF5E0E

Tints of Tenne (Tawny) #BF5E0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.68%

R = 63.88%
G = 31.44%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF5E0E (or 0xBF5E0E) is known color: Tenne (Tawny). HEX triplet: BF, 5E and 0E. RGB value is (191,94,14). Sum of RGB (Red+Green+Blue) = 191+94+14=299 (39% of max value = 765). Red value is 191 (75% from 255 or 63.88% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5E0E is #40A1F1. Grayscale: #727272. Windows color (decimal): -4235762 or 941759. OLE color: 941759.

HSL color Cylindrical-coordinate representation of color #BF5E0E: hue angle of 27.12º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF5E0E is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 94 14 -
CMYK 0 0.51 0.93 0.25
HSL 27.12º 0.86% 0.4% -
HSV(B) 27.12º 0.93% 0.75% -
XYZ 25.57 19.11 2.76 -
YUV 113.88 71.64 183 -
System Red Green Blue C M Y K H S L
Decimal 191 94 14 0 0.51 0.93 0.25 27.12 0.86 0.4
Hex BF 5E E 0 33 5D 19 1B 56 28
Octal 277 136 16 0 63 135 31 33 126 50
Binary 10111111 1011110 1110 0 110011 1011101 11001 11011 1010110 101000

Color Harmonies of #BF5E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E0E

Black with #BF5E0E

Text Example


Text Example

White with #BF5E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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