Html Css Color HEX #BF6400 Tenne (Tawny)

📋 copy color: '#BF6400'

red 191 ◦ green 100 ◦ blue 0

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

Shades of Tenne (Tawny) #BF6400

Tints of Tenne (Tawny) #BF6400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.64%
G = 34.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF6400 (or 0xBF6400) is known color: Tenne (Tawny). HEX triplet: BF, 64 and 00. RGB value is (191,100,0). Sum of RGB (Red+Green+Blue) = 191+100+0=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6400 is #409BFF. Grayscale: #747474. Windows color (decimal): -4234240 or 25791. OLE color: 25791.

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

Color convert

RGB 191 100 0 -
CMYK 0 0.48 1 0.25
HSL 31.41º 1% 0.37% -
HSV(B) 31.41º 1% 0.75% -
XYZ 26.04 20.19 2.52 -
YUV 115.81 62.65 181.63 -
System Red Green Blue C M Y K H S L
Decimal 191 100 0 0 0.48 1 0.25 31.41 1 0.37
Hex BF 64 0 0 30 64 19 1F 64 25
Octal 277 144 0 0 60 144 31 37 144 45
Binary 10111111 1100100 0 0 110000 1100100 11001 11111 1100100 100101

Color Harmonies of #BF6400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6400

Black with #BF6400

Text Example


Text Example

White with #BF6400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6400; }

 p { color: rgb(191,100,0); }

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

background-color css

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

 a { background-color: rgb(191,100,0); }

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

border-color css

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

 span { border-color: rgb(191,100,0); }

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