Html Css Color HEX #BF6501 Tenne (Tawny)

📋 copy color: '#BF6501'

red 191 ◦ green 101 ◦ blue 1

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

Shades of Tenne (Tawny) #BF6501

Tints of Tenne (Tawny) #BF6501

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.47%

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

R = 65.19%
G = 34.47%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF6501 (or 0xBF6501) is known color: Tenne (Tawny). HEX triplet: BF, 65 and 01. RGB value is (191,101,1). Sum of RGB (Red+Green+Blue) = 191+101+1=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6501 is #409AFE. Grayscale: #747474. Windows color (decimal): -4233983 or 91583. OLE color: 91583.

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

Color convert

RGB 191 101 1 -
CMYK 0 0.47 0.99 0.25
HSL 31.58º 0.99% 0.38% -
HSV(B) 31.58º 0.99% 0.75% -
XYZ 26.15 20.39 2.59 -
YUV 116.51 62.82 181.13 -
System Red Green Blue C M Y K H S L
Decimal 191 101 1 0 0.47 0.99 0.25 31.58 0.99 0.38
Hex BF 65 1 0 2F 63 19 20 63 26
Octal 277 145 1 0 57 143 31 40 143 46
Binary 10111111 1100101 1 0 101111 1100011 11001 100000 1100011 100110

Color Harmonies of #BF6501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6501

Black with #BF6501

Text Example


Text Example

White with #BF6501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6501; }

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

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

background-color css

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

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

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

border-color css

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

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

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