Html Css Color HEX #BF6808 Tenne (Tawny)

📋 copy color: '#BF6808'

red 191 ◦ green 104 ◦ blue 8

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

Shades of Tenne (Tawny) #BF6808

Tints of Tenne (Tawny) #BF6808

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.32%

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

R = 63.04%
G = 34.32%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BF6808 (or 0xBF6808) is known color: Tenne (Tawny). HEX triplet: BF, 68 and 08. RGB value is (191,104,8). Sum of RGB (Red+Green+Blue) = 191+104+8=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6808 is #4097F7. Grayscale: #777777. Windows color (decimal): -4233208 or 551103. OLE color: 551103.

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

Color convert

RGB 191 104 8 -
CMYK 0 0.46 0.96 0.25
HSL 31.48º 0.92% 0.39% -
HSV(B) 31.48º 0.96% 0.75% -
XYZ 26.48 20.99 2.89 -
YUV 119.07 65.32 179.31 -
System Red Green Blue C M Y K H S L
Decimal 191 104 8 0 0.46 0.96 0.25 31.48 0.92 0.39
Hex BF 68 8 0 2E 60 19 1F 5C 27
Octal 277 150 10 0 56 140 31 37 134 47
Binary 10111111 1101000 1000 0 101110 1100000 11001 11111 1011100 100111

Color Harmonies of #BF6808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6808

Black with #BF6808

Text Example


Text Example

White with #BF6808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6808; }

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

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

background-color css

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

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

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

border-color css

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

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

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