Html Css Color HEX #BF6A0B Tenne (Tawny)

📋 copy color: '#BF6A0B'

red 191 ◦ green 106 ◦ blue 11

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

Shades of Tenne (Tawny) #BF6A0B

Tints of Tenne (Tawny) #BF6A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.57%

R = 62.01%
G = 34.42%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF6A0B (or 0xBF6A0B) is known color: Tenne (Tawny). HEX triplet: BF, 6A and 0B. RGB value is (191,106,11). Sum of RGB (Red+Green+Blue) = 191+106+11=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6A0B is #4095F4. Grayscale: #797979. Windows color (decimal): -4232693 or 748223. OLE color: 748223.

HSL color Cylindrical-coordinate representation of color #BF6A0B: hue angle of 31.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF6A0B is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 106 11 -
CMYK 0 0.45 0.94 0.25
HSL 31.67º 0.89% 0.4% -
HSV(B) 31.67º 0.94% 0.75% -
XYZ 26.7 21.41 3.04 -
YUV 120.59 66.16 178.22 -
System Red Green Blue C M Y K H S L
Decimal 191 106 11 0 0.45 0.94 0.25 31.67 0.89 0.4
Hex BF 6A B 0 2D 5E 19 20 59 28
Octal 277 152 13 0 55 136 31 40 131 50
Binary 10111111 1101010 1011 0 101101 1011110 11001 100000 1011001 101000

Color Harmonies of #BF6A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6A0B

Black with #BF6A0B

Text Example


Text Example

White with #BF6A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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