Html Css Color HEX #BF6B0A Tenne (Tawny)

📋 copy color: '#BF6B0A'

red 191 ◦ green 107 ◦ blue 10

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

Shades of Tenne (Tawny) #BF6B0A

Tints of Tenne (Tawny) #BF6B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.25%

R = 62.01%
G = 34.74%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF6B0A (or 0xBF6B0A) is known color: Tenne (Tawny). HEX triplet: BF, 6B and 0A. RGB value is (191,107,10). Sum of RGB (Red+Green+Blue) = 191+107+10=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6B0A is #4094F5. Grayscale: #797979. Windows color (decimal): -4232438 or 682943. OLE color: 682943.

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

Color convert

RGB 191 107 10 -
CMYK 0 0.44 0.95 0.25
HSL 32.15º 0.9% 0.39% -
HSV(B) 32.15º 0.95% 0.75% -
XYZ 26.8 21.61 3.05 -
YUV 121.06 65.33 177.89 -
System Red Green Blue C M Y K H S L
Decimal 191 107 10 0 0.44 0.95 0.25 32.15 0.9 0.39
Hex BF 6B A 0 2C 5F 19 20 5A 27
Octal 277 153 12 0 54 137 31 40 132 47
Binary 10111111 1101011 1010 0 101100 1011111 11001 100000 1011010 100111

Color Harmonies of #BF6B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6B0A

Black with #BF6B0A

Text Example


Text Example

White with #BF6B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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