Html Css Color HEX #BF6B0B Tenne (Tawny)

📋 copy color: '#BF6B0B'

red 191 ◦ green 107 ◦ blue 11

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

Shades of Tenne (Tawny) #BF6B0B

Tints of Tenne (Tawny) #BF6B0B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.63%

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

R = 61.81%
G = 34.63%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF6B0B (or 0xBF6B0B) is known color: Tenne (Tawny). HEX triplet: BF, 6B and 0B. RGB value is (191,107,11). Sum of RGB (Red+Green+Blue) = 191+107+11=309 (40% of max value = 765). Red value is 191 (75% from 255 or 61.81% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6B0B is #4094F4. Grayscale: #797979. Windows color (decimal): -4232437 or 748479. OLE color: 748479.

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

Color convert

RGB 191 107 11 -
CMYK 0 0.44 0.94 0.25
HSL 32º 0.89% 0.4% -
HSV(B) 32º 0.94% 0.75% -
XYZ 26.8 21.62 3.08 -
YUV 121.17 65.83 177.81 -
System Red Green Blue C M Y K H S L
Decimal 191 107 11 0 0.44 0.94 0.25 32 0.89 0.4
Hex BF 6B B 0 2C 5E 19 20 59 28
Octal 277 153 13 0 54 136 31 40 131 50
Binary 10111111 1101011 1011 0 101100 1011110 11001 100000 1011001 101000

Color Harmonies of #BF6B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6B0B

Black with #BF6B0B

Text Example


Text Example

White with #BF6B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6B0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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