Html Css Color HEX #BF6805 Tenne (Tawny)

📋 copy color: '#BF6805'

red 191 ◦ green 104 ◦ blue 5

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

Shades of Tenne (Tawny) #BF6805

Tints of Tenne (Tawny) #BF6805

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.67%

 BLUE value IS 5 (2.34% from 255) = 1.67%

R = 63.67%
G = 34.67%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BF6805 (or 0xBF6805) is known color: Tenne (Tawny). HEX triplet: BF, 68 and 05. RGB value is (191,104,5). Sum of RGB (Red+Green+Blue) = 191+104+5=300 (39% of max value = 765). Red value is 191 (75% from 255 or 63.67% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6805 is #4097FA. Grayscale: #777777. Windows color (decimal): -4233211 or 354495. OLE color: 354495.

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

Color convert

RGB 191 104 5 -
CMYK 0 0.46 0.97 0.25
HSL 31.94º 0.95% 0.38% -
HSV(B) 31.94º 0.97% 0.75% -
XYZ 26.46 20.99 2.8 -
YUV 118.73 63.82 179.55 -
System Red Green Blue C M Y K H S L
Decimal 191 104 5 0 0.46 0.97 0.25 31.94 0.95 0.38
Hex BF 68 5 0 2E 61 19 20 5F 26
Octal 277 150 5 0 56 141 31 40 137 46
Binary 10111111 1101000 101 0 101110 1100001 11001 100000 1011111 100110

Color Harmonies of #BF6805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6805

Black with #BF6805

Text Example


Text Example

White with #BF6805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6805; }

 p { color: rgb(191,104,5); }

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

background-color css

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

 a { background-color: rgb(191,104,5); }

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

border-color css

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

 span { border-color: rgb(191,104,5); }

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