Html Css Color HEX #BF6A04 Tenne (Tawny)

📋 copy color: '#BF6A04'

red 191 ◦ green 106 ◦ blue 4

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

Shades of Tenne (Tawny) #BF6A04

Tints of Tenne (Tawny) #BF6A04

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.22%

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

R = 63.46%
G = 35.22%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BF6A04 (or 0xBF6A04) is known color: Tenne (Tawny). HEX triplet: BF, 6A and 04. RGB value is (191,106,4). Sum of RGB (Red+Green+Blue) = 191+106+4=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 4 (1.95% from 255 or 1.33% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6A04 is #4095FB. Grayscale: #787878. Windows color (decimal): -4232700 or 289471. OLE color: 289471.

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

Color convert

RGB 191 106 4 -
CMYK 0 0.45 0.98 0.25
HSL 32.73º 0.96% 0.38% -
HSV(B) 32.73º 0.98% 0.75% -
XYZ 26.66 21.39 2.84 -
YUV 119.79 62.66 178.79 -
System Red Green Blue C M Y K H S L
Decimal 191 106 4 0 0.45 0.98 0.25 32.73 0.96 0.38
Hex BF 6A 4 0 2D 62 19 21 60 26
Octal 277 152 4 0 55 142 31 41 140 46
Binary 10111111 1101010 100 0 101101 1100010 11001 100001 1100000 100110

Color Harmonies of #BF6A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6A04

Black with #BF6A04

Text Example


Text Example

White with #BF6A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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