Html Css Color HEX #BF6803 Tenne (Tawny)

📋 copy color: '#BF6803'

red 191 ◦ green 104 ◦ blue 3

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

Shades of Tenne (Tawny) #BF6803

Tints of Tenne (Tawny) #BF6803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.01%

R = 64.09%
G = 34.9%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BF6803 (or 0xBF6803) is known color: Tenne (Tawny). HEX triplet: BF, 68 and 03. RGB value is (191,104,3). Sum of RGB (Red+Green+Blue) = 191+104+3=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 3 (1.56% from 255 or 1.01% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6803 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6803 is #4097FC. Grayscale: #767676. Windows color (decimal): -4233213 or 223423. OLE color: 223423.

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

Color convert

RGB 191 104 3 -
CMYK 0 0.46 0.98 0.25
HSL 32.23º 0.97% 0.38% -
HSV(B) 32.23º 0.98% 0.75% -
XYZ 26.45 20.98 2.74 -
YUV 118.5 62.82 179.71 -
System Red Green Blue C M Y K H S L
Decimal 191 104 3 0 0.46 0.98 0.25 32.23 0.97 0.38
Hex BF 68 3 0 2E 62 19 20 61 26
Octal 277 150 3 0 56 142 31 40 141 46
Binary 10111111 1101000 11 0 101110 1100010 11001 100000 1100001 100110

Color Harmonies of #BF6803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6803

Black with #BF6803

Text Example


Text Example

White with #BF6803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6803; }

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

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

background-color css

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

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

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

border-color css

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

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

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