Html Css Color HEX #BF6A08 Tenne (Tawny)

📋 copy color: '#BF6A08'

red 191 ◦ green 106 ◦ blue 8

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

Shades of Tenne (Tawny) #BF6A08

Tints of Tenne (Tawny) #BF6A08

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.75%

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

R = 62.62%
G = 34.75%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BF6A08 (or 0xBF6A08) is known color: Tenne (Tawny). HEX triplet: BF, 6A and 08. RGB value is (191,106,8). Sum of RGB (Red+Green+Blue) = 191+106+8=305 (40% of max value = 765). Red value is 191 (75% from 255 or 62.62% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6A08 is #4095F7. Grayscale: #787878. Windows color (decimal): -4232696 or 551615. OLE color: 551615.

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

Color convert

RGB 191 106 8 -
CMYK 0 0.45 0.96 0.25
HSL 32.13º 0.92% 0.39% -
HSV(B) 32.13º 0.96% 0.75% -
XYZ 26.68 21.4 2.95 -
YUV 120.24 64.66 178.47 -
System Red Green Blue C M Y K H S L
Decimal 191 106 8 0 0.45 0.96 0.25 32.13 0.92 0.39
Hex BF 6A 8 0 2D 60 19 20 5C 27
Octal 277 152 10 0 55 140 31 40 134 47
Binary 10111111 1101010 1000 0 101101 1100000 11001 100000 1011100 100111

Color Harmonies of #BF6A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6A08

Black with #BF6A08

Text Example


Text Example

White with #BF6A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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