Html Css Color HEX #BF6701 Tenne (Tawny)

📋 copy color: '#BF6701'

red 191 ◦ green 103 ◦ blue 1

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

Shades of Tenne (Tawny) #BF6701

Tints of Tenne (Tawny) #BF6701

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.92%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 64.75%
G = 34.92%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF6701 (or 0xBF6701) is known color: Tenne (Tawny). HEX triplet: BF, 67 and 01. RGB value is (191,103,1). Sum of RGB (Red+Green+Blue) = 191+103+1=295 (39% of max value = 765). Red value is 191 (75% from 255 or 64.75% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6701 is #4098FE. Grayscale: #767676. Windows color (decimal): -4233471 or 92095. OLE color: 92095.

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

Color convert

RGB 191 103 1 -
CMYK 0 0.46 0.99 0.25
HSL 32.21º 0.99% 0.38% -
HSV(B) 32.21º 0.99% 0.75% -
XYZ 26.34 20.78 2.65 -
YUV 117.68 62.15 180.29 -
System Red Green Blue C M Y K H S L
Decimal 191 103 1 0 0.46 0.99 0.25 32.21 0.99 0.38
Hex BF 67 1 0 2E 63 19 20 63 26
Octal 277 147 1 0 56 143 31 40 143 46
Binary 10111111 1100111 1 0 101110 1100011 11001 100000 1100011 100110

Color Harmonies of #BF6701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6701

Black with #BF6701

Text Example


Text Example

White with #BF6701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6701; }

 p { color: rgb(191,103,1); }

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

background-color css

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

 a { background-color: rgb(191,103,1); }

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

border-color css

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

 span { border-color: rgb(191,103,1); }

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