Html Css Color HEX #BF6301 Tenne (Tawny)

📋 copy color: '#BF6301'

red 191 ◦ green 99 ◦ blue 1

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

Shades of Tenne (Tawny) #BF6301

Tints of Tenne (Tawny) #BF6301

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.02%

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

R = 65.64%
G = 34.02%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF6301 (or 0xBF6301) is known color: Tenne (Tawny). HEX triplet: BF, 63 and 01. RGB value is (191,99,1). Sum of RGB (Red+Green+Blue) = 191+99+1=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6301 is #409CFE. Grayscale: #737373. Windows color (decimal): -4234495 or 91071. OLE color: 91071.

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

Color convert

RGB 191 99 1 -
CMYK 0 0.48 0.99 0.25
HSL 30.95º 0.99% 0.38% -
HSV(B) 30.95º 0.99% 0.75% -
XYZ 25.95 20 2.52 -
YUV 115.34 63.48 181.97 -
System Red Green Blue C M Y K H S L
Decimal 191 99 1 0 0.48 0.99 0.25 30.95 0.99 0.38
Hex BF 63 1 0 30 63 19 1F 63 26
Octal 277 143 1 0 60 143 31 37 143 46
Binary 10111111 1100011 1 0 110000 1100011 11001 11111 1100011 100110

Color Harmonies of #BF6301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6301

Black with #BF6301

Text Example


Text Example

White with #BF6301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6301; }

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

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

background-color css

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

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

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

border-color css

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

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

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