Html Css Color HEX #BF6C0A Tenne (Tawny)

📋 copy color: '#BF6C0A'

red 191 ◦ green 108 ◦ blue 10

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

Shades of Tenne (Tawny) #BF6C0A

Tints of Tenne (Tawny) #BF6C0A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.95%

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

R = 61.81%
G = 34.95%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF6C0A (or 0xBF6C0A) is known color: Tenne (Tawny). HEX triplet: BF, 6C and 0A. RGB value is (191,108,10). Sum of RGB (Red+Green+Blue) = 191+108+10=309 (40% of max value = 765). Red value is 191 (75% from 255 or 61.81% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6C0A is #4093F5. Grayscale: #7A7A7A. Windows color (decimal): -4232182 or 683199. OLE color: 683199.

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

Color convert

RGB 191 108 10 -
CMYK 0 0.43 0.95 0.25
HSL 32.49º 0.9% 0.39% -
HSV(B) 32.49º 0.95% 0.75% -
XYZ 26.9 21.82 3.08 -
YUV 121.65 65 177.47 -
System Red Green Blue C M Y K H S L
Decimal 191 108 10 0 0.43 0.95 0.25 32.49 0.9 0.39
Hex BF 6C A 0 2B 5F 19 20 5A 27
Octal 277 154 12 0 53 137 31 40 132 47
Binary 10111111 1101100 1010 0 101011 1011111 11001 100000 1011010 100111

Color Harmonies of #BF6C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6C0A

Black with #BF6C0A

Text Example


Text Example

White with #BF6C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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