Html Css Color HEX #BF4E00 Tenne (Tawny)

📋 copy color: '#BF4E00'

red 191 ◦ green 78 ◦ blue 0

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

Shades of Tenne (Tawny) #BF4E00

Tints of Tenne (Tawny) #BF4E00

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71%
G = 29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF4E00 (or 0xBF4E00) is known color: Tenne (Tawny). HEX triplet: BF, 4E and 00. RGB value is (191,78,0). Sum of RGB (Red+Green+Blue) = 191+78+0=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF4E00 is #40B1FF. Grayscale: #676767. Windows color (decimal): -4239872 or 20159. OLE color: 20159.

HSL color Cylindrical-coordinate representation of color #BF4E00: hue angle of 24.5º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF4E00 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 78 0 -
CMYK 0 0.59 1 0.25
HSL 24.5º 1% 0.37% -
HSV(B) 24.5º 1% 0.75% -
XYZ 24.21 16.53 1.91 -
YUV 102.9 69.94 190.84 -
System Red Green Blue C M Y K H S L
Decimal 191 78 0 0 0.59 1 0.25 24.5 1 0.37
Hex BF 4E 0 0 3B 64 19 19 64 25
Octal 277 116 0 0 73 144 31 31 144 45
Binary 10111111 1001110 0 0 111011 1100100 11001 11001 1100100 100101

Color Harmonies of #BF4E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4E00

Black with #BF4E00

Text Example


Text Example

White with #BF4E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4E00; }

 p { color: rgb(191,78,0); }

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

background-color css

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

 a { background-color: rgb(191,78,0); }

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

border-color css

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

 span { border-color: rgb(191,78,0); }

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