Html Css Color HEX #BF4E04 Tenne (Tawny)

📋 copy color: '#BF4E04'

red 191 ◦ green 78 ◦ blue 4

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

Shades of Tenne (Tawny) #BF4E04

Tints of Tenne (Tawny) #BF4E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.47%

R = 69.96%
G = 28.57%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BF4E04 (or 0xBF4E04) is known color: Tenne (Tawny). HEX triplet: BF, 4E and 04. RGB value is (191,78,4). Sum of RGB (Red+Green+Blue) = 191+78+4=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF4E04 is #40B1FB. Grayscale: #676767. Windows color (decimal): -4239868 or 282303. OLE color: 282303.

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

Color convert

RGB 191 78 4 -
CMYK 0 0.59 0.98 0.25
HSL 23.74º 0.96% 0.38% -
HSV(B) 23.74º 0.98% 0.75% -
XYZ 24.23 16.53 2.03 -
YUV 103.35 71.94 190.52 -
System Red Green Blue C M Y K H S L
Decimal 191 78 4 0 0.59 0.98 0.25 23.74 0.96 0.38
Hex BF 4E 4 0 3B 62 19 18 60 26
Octal 277 116 4 0 73 142 31 30 140 46
Binary 10111111 1001110 100 0 111011 1100010 11001 11000 1100000 100110

Color Harmonies of #BF4E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4E04

Black with #BF4E04

Text Example


Text Example

White with #BF4E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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