Html Css Color HEX #BF6408 Tenne (Tawny)

📋 copy color: '#BF6408'

red 191 ◦ green 100 ◦ blue 8

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

Shades of Tenne (Tawny) #BF6408

Tints of Tenne (Tawny) #BF6408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.68%

R = 63.88%
G = 33.44%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BF6408 (or 0xBF6408) is known color: Tenne (Tawny). HEX triplet: BF, 64 and 08. RGB value is (191,100,8). Sum of RGB (Red+Green+Blue) = 191+100+8=299 (39% of max value = 765). Red value is 191 (75% from 255 or 63.88% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6408 is #409BF7. Grayscale: #757575. Windows color (decimal): -4234232 or 550079. OLE color: 550079.

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

Color convert

RGB 191 100 8 -
CMYK 0 0.48 0.96 0.25
HSL 30.16º 0.92% 0.39% -
HSV(B) 30.16º 0.96% 0.75% -
XYZ 26.09 20.21 2.76 -
YUV 116.72 66.65 180.98 -
System Red Green Blue C M Y K H S L
Decimal 191 100 8 0 0.48 0.96 0.25 30.16 0.92 0.39
Hex BF 64 8 0 30 60 19 1E 5C 27
Octal 277 144 10 0 60 140 31 36 134 47
Binary 10111111 1100100 1000 0 110000 1100000 11001 11110 1011100 100111

Color Harmonies of #BF6408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6408

Black with #BF6408

Text Example


Text Example

White with #BF6408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6408; }

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

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

background-color css

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

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

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

border-color css

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

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

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